class Azure::Network::Mgmt::V2020_06_01::Models::ApplicationGatewayPrivateEndpointConnection
Private Endpoint connection on an application gateway.
Attributes
@return [String] A unique read-only string that changes whenever the resource is updated.
@return [String] The consumer link id.
@return [String] Name of the private endpoint connection on an application gateway.
@return [PrivateEndpoint] The resource of private end point.
@return [PrivateLinkServiceConnectionState] A collection of information about the state of the connection between service consumer and provider.
@return [ProvisioningState] The provisioning state of the application gateway private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
@return [String] Type of the resource.
Public Class Methods
Mapper for ApplicationGatewayPrivateEndpointConnection
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-06-01/generated/azure_mgmt_network/models/application_gateway_private_endpoint_connection.rb, line 48 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayPrivateEndpointConnection', type: { name: 'Composite', class_name: 'ApplicationGatewayPrivateEndpointConnection', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, private_endpoint: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.privateEndpoint', type: { name: 'Composite', class_name: 'PrivateEndpoint' } }, private_link_service_connection_state: { client_side_validation: true, required: false, serialized_name: 'properties.privateLinkServiceConnectionState', type: { name: 'Composite', class_name: 'PrivateLinkServiceConnectionState' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, link_identifier: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.linkIdentifier', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end