Class ManagedPrivateEndpointProperties
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.ManagedPrivateEndpointProperties
A class representing the properties of a managed private endpoint object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroupId()
Get the groupId property: The groupId in which the managed private endpoint is created.Get the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is created.Get the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is created.Get the provisioningState property: The provisioned state of the resource.Get the requestMessage property: The user request message.void
validate()
Validates the instance.withGroupId
(String groupId) Set the groupId property: The groupId in which the managed private endpoint is created.withPrivateLinkResourceId
(String privateLinkResourceId) Set the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is created.withPrivateLinkResourceRegion
(String privateLinkResourceRegion) Set the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is created.withRequestMessage
(String requestMessage) Set the requestMessage property: The user request message.
-
Constructor Details
-
ManagedPrivateEndpointProperties
public ManagedPrivateEndpointProperties()
-
-
Method Details
-
privateLinkResourceId
Get the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is created.- Returns:
- the privateLinkResourceId value.
-
withPrivateLinkResourceId
Set the privateLinkResourceId property: The ARM resource ID of the resource for which the managed private endpoint is created.- Parameters:
privateLinkResourceId
- the privateLinkResourceId value to set.- Returns:
- the ManagedPrivateEndpointProperties object itself.
-
privateLinkResourceRegion
Get the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is created.- Returns:
- the privateLinkResourceRegion value.
-
withPrivateLinkResourceRegion
public ManagedPrivateEndpointProperties withPrivateLinkResourceRegion(String privateLinkResourceRegion) Set the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is created.- Parameters:
privateLinkResourceRegion
- the privateLinkResourceRegion value to set.- Returns:
- the ManagedPrivateEndpointProperties object itself.
-
groupId
Get the groupId property: The groupId in which the managed private endpoint is created.- Returns:
- the groupId value.
-
withGroupId
Set the groupId property: The groupId in which the managed private endpoint is created.- Parameters:
groupId
- the groupId value to set.- Returns:
- the ManagedPrivateEndpointProperties object itself.
-
requestMessage
Get the requestMessage property: The user request message.- Returns:
- the requestMessage value.
-
withRequestMessage
Set the requestMessage property: The user request message.- Parameters:
requestMessage
- the requestMessage value to set.- Returns:
- the ManagedPrivateEndpointProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-