Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
Disables the specified SSL protocol.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
Disables the specified SSL protocols.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet(Subnet subnet)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontendPort.withFrontendPort(int portNumber)
Creates a front end port with an auto-generated name and the specified port number, unless one already exists.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontendPort.withFrontendPort(int portNumber,
String name)
Creates a front end port with the specified name and port number, unless a port matching this name and/or number already exists.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithHttp2.withHttp2()
Enables HTTP2 for the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithInstanceCount.withInstanceCount(int instanceCount)
Specifies the capacity (number of instances) for the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withoutAnyDisabledSslProtocols()
Enables all SSL protocols, if previously disabled.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(String name)
Removes an existing application gateway authentication certificate.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithBackend.withoutBackend(String backendName)
Removes the specified backend.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithBackend.withoutBackendFqdn(String fqdn)
Ensures the specified fully qualified domain name (FQDN) is not associated with any backend.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithBackendHttpConfig.withoutBackendHttpConfiguration(String name)
Removes the specified backend HTTP configuration from this application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithBackend.withoutBackendIPAddress(String ipAddress)
Ensures the specified IP address is not associated with any backend.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithSslCert.withoutCertificate(String name)
Deprecated.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
Enables the specified SSL protocol, if previously disabled.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
Enables the specified SSL protocols, if previously disabled.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontend.withoutFrontend(String frontendName)
Removes the specified front end IP configuration.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontendPort.withoutFrontendPort(int portNumber)
Removes the specified frontend port.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontendPort.withoutFrontendPort(String name)
Removes the specified frontend port.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithHttp2.withoutHttp2()
Disables HTTP2 for the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithIPConfig.withoutIPConfiguration(String ipConfigurationName)
Removes the specified IP configuration.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithListener.withoutListener(String name)
Removes a frontend listener from the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithPrivateFrontend.withoutPrivateFrontend()
Specifies that no private, or internal, front end should be enabled.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontend.withoutPrivateFrontend()
Specifies that the application gateway should not be private, i.e.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithProbe.withoutProbe(String name)
Removes a probe from the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithFrontend.withoutPublicFrontend()
Specifies that the application gateway should not be Internet-facing.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithRedirectConfiguration.withoutRedirectConfiguration(String name)
Removes a redirect configuration from the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithRequestRoutingRule.withoutRequestRoutingRule(String name)
Removes a request routing rule from the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithSslCert.withoutSslCertificate(String name)
Removes the specified SSL certificate from the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithUrlPathMap.withoutUrlPathMap(String name)
Removes a URL path map from the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithPrivateFrontend.withPrivateFrontend()
Enables a private (internal) default front end in the subnet containing the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithSize.withSize(ApplicationGatewaySkuName size)
Specifies the size of the application gateway to use within the context of the selected tier.
|
Modifier and Type | Method and Description |
---|---|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithAuthenticationCertificate.defineAuthenticationCertificate(String name)
Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.
|
ApplicationGatewayBackend.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithBackend.defineBackend(String name)
Begins the definition of a new application gateway backend to be attached to the gateway.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithBackendHttpConfig.defineBackendHttpConfiguration(String name)
Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.
|
ApplicationGatewayIPConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithIPConfig.defineDefaultIPConfiguration()
Begins the definition of the default IP configuration.
|
ApplicationGatewayListener.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithListener.defineListener(String name)
Begins the definition of a new application gateway listener to be attached to the gateway.
|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithRequestRoutingRule.definePathBasedRoutingRule(String name)
Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway.
|
ApplicationGatewayFrontend.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithFrontend.definePrivateFrontend()
Begins the definition of the default private front end IP configuration, creating one if it does not already exist.
|
ApplicationGatewayProbe.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithProbe.defineProbe(String name)
Begins the definition of a new probe.
|
ApplicationGatewayFrontend.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithFrontend.definePublicFrontend()
Begins the definition of the default public front end IP configuration, creating one if it does not already exist.
|
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithRedirectConfiguration.defineRedirectConfiguration(String name)
Begins the definition of a new application gateway redirect configuration to be attached to the gateway.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithRequestRoutingRule.defineRequestRoutingRule(String name)
Begins the definition of a request routing rule for this application gateway.
|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
ApplicationGateway.UpdateStages.WithSslCert.defineSslCertificate(String name)
Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners.
|
Copyright © 2019. All rights reserved.