public class ApplicationGatewayPrivateEndpointConnectionInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayPrivateEndpointConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
linkIdentifier()
Get the linkIdentifier property: The consumer link id.
|
String |
name()
Get the name property: Name of the private endpoint connection on an application gateway.
|
PrivateEndpointInner |
privateEndpoint()
Get the privateEndpoint property: The resource of private end point.
|
PrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the application gateway private endpoint connection
resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayPrivateEndpointConnectionInner |
withName(String name)
Set the name property: Name of the private endpoint connection on an application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
public ApplicationGatewayPrivateEndpointConnectionInner()
public String name()
public ApplicationGatewayPrivateEndpointConnectionInner withName(String name)
name - the name value to set.public String etag()
public String type()
public PrivateEndpointInner privateEndpoint()
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public ApplicationGatewayPrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public ProvisioningState provisioningState()
public String linkIdentifier()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.