Class ResponseMessageEnvelopeRemotePrivateEndpointConnection


  • public final class ResponseMessageEnvelopeRemotePrivateEndpointConnection
    extends Object
    Message envelope that contains the common Azure resource manager properties and the resource provider specific content.
    • Constructor Detail

      • ResponseMessageEnvelopeRemotePrivateEndpointConnection

        public ResponseMessageEnvelopeRemotePrivateEndpointConnection()
    • Method Detail

      • id

        public String id()
        Get the id property: Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this value for GET requests only. For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}.
        Returns:
        the id value.
      • withId

        public ResponseMessageEnvelopeRemotePrivateEndpointConnection withId​(String id)
        Set the id property: Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this value for GET requests only. For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}.
        Parameters:
        id - the id value to set.
        Returns:
        the ResponseMessageEnvelopeRemotePrivateEndpointConnection object itself.
      • name

        public String name()
        Get the name property: Name of resource.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: Type of resource e.g "Microsoft.Web/sites".
        Returns:
        the type value.
      • location

        public String location()
        Get the location property: Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.
        Returns:
        the location value.
      • withLocation

        public ResponseMessageEnvelopeRemotePrivateEndpointConnection withLocation​(String location)
        Set the location property: Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.
        Parameters:
        location - the location value to set.
        Returns:
        the ResponseMessageEnvelopeRemotePrivateEndpointConnection object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags property: Tags associated with resource.
        Returns:
        the tags value.
      • plan

        public ArmPlan plan()
        Get the plan property: Azure resource manager plan.
        Returns:
        the plan value.
      • properties

        public RemotePrivateEndpointConnection properties()
        Get the properties property: Resource specific properties.
        Returns:
        the properties value.
      • sku

        public SkuDescription sku()
        Get the sku property: SKU description of the resource.
        Returns:
        the sku value.
      • status

        public String status()
        Get the status property: Azure-AsyncOperation Status info.
        Returns:
        the status value.
      • error

        public ErrorEntity error()
        Get the error property: Azure-AsyncOperation Error info.
        Returns:
        the error value.
      • identity

        public ManagedServiceIdentity identity()
        Get the identity property: MSI resource.
        Returns:
        the identity value.
      • zones

        public List<String> zones()
        Get the zones property: Logical Availability Zones the service is hosted in.
        Returns:
        the zones value.
      • validate

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