Class ManagedPrivateEndpointInner


  • public final class ManagedPrivateEndpointInner
    extends com.azure.core.management.ProxyResource
    Class representing a managed private endpoint.
    • Constructor Detail

      • ManagedPrivateEndpointInner

        public ManagedPrivateEndpointInner()
    • Method Detail

      • 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

        public String 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

        public ManagedPrivateEndpointInner withPrivateLinkResourceId​(String privateLinkResourceId)
        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

        public String privateLinkResourceRegion()
        Get the privateLinkResourceRegion property: The region of the resource to which the managed private endpoint is created.
        Returns:
        the privateLinkResourceRegion value.
      • withPrivateLinkResourceRegion

        public ManagedPrivateEndpointInner 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 ManagedPrivateEndpointInner object itself.
      • groupId

        public String groupId()
        Get the groupId property: The groupId in which the managed private endpoint is created.
        Returns:
        the groupId value.
      • withGroupId

        public ManagedPrivateEndpointInner withGroupId​(String groupId)
        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

        public String requestMessage()
        Get the requestMessage property: The user request message.
        Returns:
        the requestMessage value.
      • withRequestMessage

        public ManagedPrivateEndpointInner withRequestMessage​(String requestMessage)
        Set the requestMessage property: The user request message.
        Parameters:
        requestMessage - the requestMessage value to set.
        Returns:
        the ManagedPrivateEndpointInner object itself.
      • provisioningState

        public ProvisioningState 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.