Class ManagedPrivateEndpoint

java.lang.Object
com.azure.analytics.synapse.managedprivateendpoints.models.ManagedPrivateEndpoint

public final class ManagedPrivateEndpoint extends Object
Managed private endpoint.
  • Constructor Details

    • ManagedPrivateEndpoint

      public ManagedPrivateEndpoint()
  • Method Details

    • getId

      public String getId()
      Get the id property: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
      Returns:
      the id value.
    • getName

      public String getName()
      Get the name property: The name of the resource.
      Returns:
      the name value.
    • getType

      public String getType()
      Get the type property: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
      Returns:
      the type value.
    • getProperties

      public ManagedPrivateEndpointProperties getProperties()
      Get the properties property: Managed private endpoint properties.
      Returns:
      the properties value.
    • setProperties

      public ManagedPrivateEndpoint setProperties(ManagedPrivateEndpointProperties properties)
      Set the properties property: Managed private endpoint properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ManagedPrivateEndpoint object itself.