public class ApplicationGatewayFrontendPort
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayFrontendPort() |
| 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 |
name()
Get the name property: Name of the frontend port that is unique within an Application Gateway.
|
Integer |
port()
Get the port property: Frontend port.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the frontend port resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayFrontendPort |
withName(String name)
Set the name property: Name of the frontend port that is unique within an Application Gateway.
|
ApplicationGatewayFrontendPort |
withPort(Integer port)
Set the port property: Frontend port.
|
public String name()
public ApplicationGatewayFrontendPort withName(String name)
name - the name value to set.public String etag()
public String type()
public Integer port()
public ApplicationGatewayFrontendPort withPort(Integer port)
port - the port value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.