public static interface ApplicationGateway.DefinitionStages.WithFrontendPort
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.DefinitionStages.WithCreate |
withFrontendPort(int portNumber)
Creates a frontend port with an auto-generated name and the specified port number, unless one already exists.
|
ApplicationGateway.DefinitionStages.WithCreate |
withFrontendPort(int portNumber,
String name)
Creates a frontend port with the specified name and port number, unless a port matching this name and/or number already exists.
|
ApplicationGateway.DefinitionStages.WithCreate withFrontendPort(int portNumber)
portNumber - a port numberApplicationGateway.DefinitionStages.WithCreate withFrontendPort(int portNumber, String name)
portNumber - a port numbername - the name to assign to the port/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/