Partager via


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

Étape d’une définition de passerelle d’application contenant toutes les entrées requises pour la ressource à créer, mais permettant également de spécifier d’autres paramètres facultatifs.

Membres hérités

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)

S’applique à