public class ApplicationGatewayFrontendPort
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ApplicationGatewayFrontendPort() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get name of the frontend port that is unique within an Application Gateway.
|
Integer |
port()
Get frontend port.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the frontend port resource.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayFrontendPort |
withName(String name)
Set name of the frontend port that is unique within an Application Gateway.
|
ApplicationGatewayFrontendPort |
withPort(Integer port)
Set frontend port.
|
public Integer port()
public ApplicationGatewayFrontendPort withPort(Integer port)
port - the port value to setpublic ProvisioningState provisioningState()
public String name()
public ApplicationGatewayFrontendPort withName(String name)
name - the name value to setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/