public class ApplicationGatewayPrivateLinkConfiguration
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayPrivateLinkConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<ApplicationGatewayPrivateLinkIpConfiguration> |
ipConfigurations()
Get the ipConfigurations property: An array of application gateway private link ip configurations.
|
String |
name()
Get the name property: Name of the private link configuration that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the application gateway private link configuration.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayPrivateLinkConfiguration |
withId(String id) |
ApplicationGatewayPrivateLinkConfiguration |
withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations)
Set the ipConfigurations property: An array of application gateway private link ip configurations.
|
ApplicationGatewayPrivateLinkConfiguration |
withName(String name)
Set the name property: Name of the private link configuration that is unique within an Application Gateway.
|
public ApplicationGatewayPrivateLinkConfiguration()
public String name()
public ApplicationGatewayPrivateLinkConfiguration withName(String name)
name - the name value to set.public String etag()
public String type()
public List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations()
public ApplicationGatewayPrivateLinkConfiguration withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations)
ipConfigurations - the ipConfigurations value to set.public ProvisioningState provisioningState()
public ApplicationGatewayPrivateLinkConfiguration withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.