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.
|
String |
provisioningState()
Get provisioning state of the frontend port resource.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayFrontendPort |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ApplicationGatewayFrontendPort |
withName(String name)
Set name of the frontend port that is unique within an Application Gateway.
|
ApplicationGatewayFrontendPort |
withPort(Integer port)
Set frontend port.
|
ApplicationGatewayFrontendPort |
withProvisioningState(String provisioningState)
Set provisioning state of the frontend port resource.
|
ApplicationGatewayFrontendPort |
withType(String type)
Set type of the resource.
|
public Integer port()
public ApplicationGatewayFrontendPort withPort(Integer port)
port - the port value to setpublic String provisioningState()
public ApplicationGatewayFrontendPort withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic String name()
public ApplicationGatewayFrontendPort withName(String name)
name - the name value to setpublic String etag()
public ApplicationGatewayFrontendPort withEtag(String etag)
etag - the etag value to setpublic String type()
public ApplicationGatewayFrontendPort withType(String type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/