ApplicationGatewayPrivateLinkConfiguration Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. ApplicationGatewayPrivateLinkConfiguration
- com.
- com.
public final class ApplicationGatewayPrivateLinkConfiguration
extends SubResource
Private Link Configuration on an application gateway.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayPrivateLinkConfiguration() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
List<Application |
ipConfigurations()
Get the ip |
String |
name()
Get the name property: Name of the private link configuration that is unique within an Application Gateway. |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Type of the resource. |
void |
validate()
Validates the instance. |
Application |
withId(String id) |
Application |
withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations)
Set the ip |
Application |
withName(String name)
Set the name property: Name of the private link configuration that is unique within an Application Gateway. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayPrivateLinkConfiguration
public ApplicationGatewayPrivateLinkConfiguration()
Creates an instance of ApplicationGatewayPrivateLinkConfiguration class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ApplicationGatewayPrivateLinkConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayPrivateLinkConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
ipConfigurations
public List
Get the ipConfigurations property: An array of application gateway private link ip configurations.
Returns:
name
public String name()
Get the name property: Name of the private link configuration that is unique within an Application Gateway.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the application gateway private link configuration.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayPrivateLinkConfiguration.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of the resource.
Returns:
validate
public void validate()
Validates the instance.
withId
public ApplicationGatewayPrivateLinkConfiguration withId(String id)
Overrides:
ApplicationGatewayPrivateLinkConfiguration.withId(String id)Parameters:
withIpConfigurations
public ApplicationGatewayPrivateLinkConfiguration withIpConfigurations(List
Set the ipConfigurations property: An array of application gateway private link ip configurations.
Parameters:
Returns:
withName
public ApplicationGatewayPrivateLinkConfiguration withName(String name)
Set the name property: Name of the private link configuration that is unique within an Application Gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java