Class ManagedPrivateEndpointInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.kusto.fluent.models.ManagedPrivateEndpointInner
public final class ManagedPrivateEndpointInner
extends com.azure.core.management.ProxyResource
Class representing a managed private endpoint.
-
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.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.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.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ManagedPrivateEndpointInner
public ManagedPrivateEndpointInner()
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
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 ManagedPrivateEndpointInner 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
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 ManagedPrivateEndpointInner 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 ManagedPrivateEndpointInner 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 ManagedPrivateEndpointInner 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.
-