Class ManagedPrivateEndpointProperties

java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.ManagedPrivateEndpointProperties

public final class ManagedPrivateEndpointProperties extends Object
A class representing the properties of a managed private endpoint object.
  • Constructor Details

    • ManagedPrivateEndpointProperties

      public ManagedPrivateEndpointProperties()
  • Method Details

    • 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 ManagedPrivateEndpointProperties 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 ManagedPrivateEndpointProperties 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 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

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

      public ManagedPrivateEndpointProperties 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 ManagedPrivateEndpointProperties object itself.
    • requestMessage

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

      public ManagedPrivateEndpointProperties withRequestMessage(String requestMessage)
      Set the requestMessage property: The user request message.
      Parameters:
      requestMessage - the requestMessage value to set.
      Returns:
      the ManagedPrivateEndpointProperties 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.