ApplicationGateway.DefinitionStages.WithCreate Interface

public interface WithCreate extends Creatable,Resource.DefinitionWithTags,ApplicationGateway.DefinitionStages.WithSize,ApplicationGateway.DefinitionStages.WithInstanceCount,ApplicationGateway.DefinitionStages.WithSslCert,ApplicationGateway.DefinitionStages.WithFrontendPort,ApplicationGateway.DefinitionStages.WithListener,ApplicationGateway.DefinitionStages.WithBackendHttpConfig,ApplicationGateway.DefinitionStages.WithBackend,ApplicationGateway.DefinitionStages.WithExistingSubnet,ApplicationGateway.DefinitionStages.WithPrivateIPAddress,ApplicationGateway.DefinitionStages.WithPrivateFrontend,ApplicationGateway.DefinitionStages.WithPublicFrontend,ApplicationGateway.DefinitionStages.WithPublicIPAddress,ApplicationGateway.DefinitionStages.WithProbe,ApplicationGateway.DefinitionStages.WithDisabledSslProtocol

The stage of an application gateway definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.

Inherited Members

Creatable<T>.create() Creatable<T>.createAsync(final ServiceCallback<T> callback) Creatable<T>.createAsync() ApplicationGateway.DefinitionStages.WithBackend.defineBackend(String name) ApplicationGateway.DefinitionStages.WithBackendHttpConfig.defineBackendHttpConfiguration(String name) ApplicationGateway.DefinitionStages.WithListener.defineListener(String name) ApplicationGateway.DefinitionStages.WithProbe.defineProbe(String name) ApplicationGateway.DefinitionStages.WithSslCert.defineSslCertificate(String name) Indexable.key() HasName.name() ApplicationGateway.DefinitionStages.WithDisabledSslProtocol.withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol) ApplicationGateway.DefinitionStages.WithDisabledSslProtocol.withDisabledSslProtocols(ApplicationGatewaySslProtocol...protocols) ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Subnet subnet) ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Network network, String subnetName) HasSubnet.DefinitionStages.WithSubnet<ReturnT>.withExistingSubnet(String parentNetworkResourceId, String subnetName) ApplicationGateway.DefinitionStages.WithFrontendPort.withFrontendPort(int portNumber) ApplicationGateway.DefinitionStages.WithFrontendPort.withFrontendPort(int portNumber, String name) ApplicationGateway.DefinitionStages.WithInstanceCount.withInstanceCount(int instanceCount) ApplicationGateway.DefinitionStages.WithPrivateFrontend.withoutPrivateFrontend() ApplicationGateway.DefinitionStages.WithPublicFrontend.withoutPublicFrontend() ApplicationGateway.DefinitionStages.WithPrivateFrontend.withPrivateFrontend() HasPrivateIPAddress.DefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressDynamic() HasPrivateIPAddress.DefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressStatic(String ipAddress) ApplicationGateway.DefinitionStages.WithSize.withSize(ApplicationGatewaySkuName size) Resource.DefinitionWithTags<T>.withTag(String key, String value) Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)

Applies to