Class PrivateEndpointConnectionVaultProperties

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.PrivateEndpointConnectionVaultProperties

public final class PrivateEndpointConnectionVaultProperties extends Object
Information to be stored in Vault properties as an element of privateEndpointConnections List.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Get the id property: Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
    Get the location property: The location of the private Endpoint connection.
    Get the name property: The name of the private Endpoint Connection.
    Get the properties property: Private Endpoint Connection Response Properties.
    Get the type property: The type, which will be of the format, Microsoft.RecoveryServices/vaults/privateEndpointConnections.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrivateEndpointConnectionVaultProperties

      public PrivateEndpointConnectionVaultProperties()
  • Method Details

    • id

      public String id()
      Get the id property: Format of id subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.[Service]/{resource}/{resourceName}/privateEndpointConnections/{connectionName}.
      Returns:
      the id value.
    • properties

      public PrivateEndpointConnection properties()
      Get the properties property: Private Endpoint Connection Response Properties.
      Returns:
      the properties value.
    • name

      public String name()
      Get the name property: The name of the private Endpoint Connection.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The type, which will be of the format, Microsoft.RecoveryServices/vaults/privateEndpointConnections.
      Returns:
      the type value.
    • location

      public String location()
      Get the location property: The location of the private Endpoint connection.
      Returns:
      the location value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.