ApplicationGateway.Definition Interface

public interface Definition extends ApplicationGateway.DefinitionStages.Blank,ApplicationGateway.DefinitionStages.WithGroup,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRule,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate

The entirety of the application gateway definition.

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.WithRequestRoutingRule.defineRequestRoutingRule(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