IUpdate Interface

Definition

The template for an application gateway update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithAuthenticationCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithBackendHttpConfig, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithDisabledSslProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithExistingSubnet, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithInstanceCount, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithIPConfig, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithListener, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithManagedServiceIdentity, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithRedirectConfiguration, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithRequestRoutingRule, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithSku, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithSslCert, Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithWebApplicationFirewall, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IUpdate = interface
    interface IAppliable<IApplicationGateway>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithInstanceCount
    interface IWithWebApplicationFirewall
    interface IWithBackend
    interface IWithBackendHttpConfig
    interface IWithIPConfig
    interface IWithFrontend
    interface IWithPublicIPAddress
    interface IWithPublicIPAddressNoDnsLabel<IUpdate>
    interface IWithExistingPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
    interface IWithFrontendPort
    interface IWithSslCert
    interface IWithListener
    interface IWithRequestRoutingRule
    interface IWithExistingSubnet
    interface IWithSubnet<IUpdate>
    interface IWithProbe
    interface IWithDisabledSslProtocol
    interface IWithDisabledSslProtocolBeta
    interface IBeta
    interface IWithAuthenticationCertificate
    interface IWithAuthenticationCertificateBeta
    interface IWithManagedServiceIdentity
    interface IWithRedirectConfiguration
    interface IWithRedirectConfigurationBeta
Public Interface IUpdate
Implements IAppliable(Of IApplicationGateway), IBeta, IUpdateWithTags(Of IUpdate), IWithAuthenticationCertificate, IWithBackend, IWithBackendHttpConfig, IWithDisabledSslProtocol, IWithExistingPublicIPAddress(Of IUpdate), IWithExistingSubnet, IWithFrontend, IWithFrontendPort, IWithInstanceCount, IWithIPConfig, IWithListener, IWithManagedServiceIdentity, IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithProbe, IWithPublicIPAddress, IWithPublicIPAddressNoDnsLabel(Of IUpdate), IWithRedirectConfiguration, IWithRequestRoutingRule, IWithSku, IWithSslCert, IWithSubnet(Of IUpdate), IWithWebApplicationFirewall
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
DefineAuthenticationCertificate(String)

Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.

(Inherited from IWithAuthenticationCertificateBeta)
DefineBackend(String)

Begins the definition of a new application gateway backend to be attached to the gateway.

(Inherited from IWithBackend)
DefineBackendHttpConfiguration(String)

Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.

(Inherited from IWithBackendHttpConfig)
DefineDefaultIPConfiguration()

Begins the definition of the default IP configuration. If a default IP configuration already exists, it will be this is equivalent to updateDefaultIPConfiguration().

(Inherited from IWithIPConfig)
DefineListener(String)

Begins the definition of a new application gateway listener to be attached to the gateway.

(Inherited from IWithListener)
DefinePrivateFrontend()

Begins the definition of the default private front end IP configuration, creating one if it does not already exist.

(Inherited from IWithFrontend)
DefineProbe(String)

Begins the definition of a new probe.

(Inherited from IWithProbe)
DefinePublicFrontend()

Begins the definition of the default public front end IP configuration, creating one if it does not already exist.

(Inherited from IWithFrontend)
DefineRedirectConfiguration(String)

Begins the definition of a new application gateway redirect configuration to be attached to the gateway.

(Inherited from IWithRedirectConfigurationBeta)
DefineRequestRoutingRule(String)

Begins the definition of a request routing rule for this application gateway.

(Inherited from IWithRequestRoutingRule)
DefineSslCertificate(String)

Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners.

(Inherited from IWithSslCert)
UpdateBackend(String)

Begins the update of an existing backend on this application gateway.

(Inherited from IWithBackend)
UpdateBackendHttpConfiguration(String)

Begins the update of a backend HTTP configuration.

(Inherited from IWithBackendHttpConfig)
UpdateDefaultIPConfiguration()

Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists.

(Inherited from IWithIPConfig)
UpdateFrontend(String)

Begins the update of an existing front end IP configuration.

(Inherited from IWithFrontend)
UpdateIPConfiguration(String)

Begins the update of an existing IP configuration.

(Inherited from IWithIPConfig)
UpdateListener(String)

Begins the update of a listener.

(Inherited from IWithListener)
UpdateProbe(String)

Begins the update of an existing probe.

(Inherited from IWithProbe)
UpdatePublicFrontend()

Begins the update of the public front end IP configuration, if it exists.

(Inherited from IWithFrontend)
UpdateRedirectConfiguration(String)

Begins the update of a redirect configuration.

(Inherited from IWithRedirectConfigurationBeta)
UpdateRequestRoutingRule(String)

Begins the update of a request routing rule.

(Inherited from IWithRequestRoutingRule)
WithAutoscale(Int32, Int32)

Specifies the min and max auto scale bound.

(Inherited from IWithInstanceCount)
WithDisabledSslProtocol(ApplicationGatewaySslProtocol)

Disables the specified SSL protocol.

(Inherited from IWithDisabledSslProtocolBeta)
WithDisabledSslProtocols(ApplicationGatewaySslProtocol[])

Disables the specified SSL protocols.

(Inherited from IWithDisabledSslProtocolBeta)
WithEnableHttp2()

Enables HTTP2 traffic on the Application Gateway.

WithExistingPublicIPAddress(IPublicIPAddress)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithExistingSubnet(INetwork, String)

Specifies the subnet the application gateway gets its private IP address from. This will create a new IP configuration, if it does not already exist. Private (internal) front ends, if any have been enabled, will be configured to use this subnet as well.

(Inherited from IWithExistingSubnet)
WithExistingSubnet(ISubnet)

Specifies the subnet the application gateway gets its private IP address from. This will create a new IP configuration, if it does not already exist. Private (internal) frontends, if any have been enabled, will be configured to use this subnet as well.

(Inherited from IWithExistingSubnet)
WithExistingSubnet(String, String)

Assigns the specified subnet to this resource.

(Inherited from IWithSubnet<ReturnT>)
WithFrontendPort(Int32)

Creates a front end port with an auto-generated name and the specified port number, unless one already exists.

(Inherited from IWithFrontendPort)
WithFrontendPort(Int32, String)

Creates a front end port with the specified name and port number, unless a port matching this name and/or number already exists.

(Inherited from IWithFrontendPort)
WithIdentity(ManagedServiceIdentity)

Specifies an identity to be associated with the application gateway.

(Inherited from IWithManagedServiceIdentity)
WithInstanceCount(Int32)

Specifies the capacity (number of instances) for the application gateway.

(Inherited from IWithInstanceCount)
WithNewPublicIPAddress()

Creates a new public IP address in the same region and group as the resource and associates it with the resource. The internal name and DNS label for the public IP address will be derived from the resource's name.

(Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

Creates a new public IP address to associate with the resource.

(Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithoutAnyDisabledSslProtocols()

Enables all SSL protocols, if previously disabled.

(Inherited from IWithDisabledSslProtocolBeta)
WithoutAuthenticationCertificate(String)

Removes an existing application gateway authentication certificate.

(Inherited from IWithAuthenticationCertificateBeta)
WithoutBackend(String)

Removes the specified backend. Note that removing a backend referenced by other settings may break the application gateway.

(Inherited from IWithBackend)
WithoutBackendFqdn(String)

Ensures the specified fully qualified domain name (FQDN) is not associated with any backend.

(Inherited from IWithBackend)
WithoutBackendHttpConfiguration(String)

Removes the specified backend HTTP configuration from this application gateway. Note that removing a backend HTTP configuration referenced by other settings may break the application gateway.

(Inherited from IWithBackendHttpConfig)
WithoutBackendIPAddress(String)

Ensures the specified IP address is not associated with any backend.

(Inherited from IWithBackend)
WithoutCertificate(String)

Removes the specified SSL certificate from the application gateway. Note that removing a certificate referenced by other settings may break the application gateway.

(Inherited from IWithSslCert)
WithoutDisabledSslProtocol(ApplicationGatewaySslProtocol)

Enables the specified SSL protocol, if previously disabled.

(Inherited from IWithDisabledSslProtocolBeta)
WithoutDisabledSslProtocols(ApplicationGatewaySslProtocol[])

Enables the specified SSL protocols, if previously disabled.

(Inherited from IWithDisabledSslProtocolBeta)
WithoutEnableHttp2()

Disables HTTP2 traffic on the Application Gateway.

WithoutFrontend(String)

Removes the specified front end IP configuration. Note that removing a front end referenced by other settings may break the application gateway.

(Inherited from IWithFrontend)
WithoutFrontendPort(Int32)

Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway.

(Inherited from IWithFrontendPort)
WithoutFrontendPort(String)

Removes the specified frontend port. Note that removing a frontend port referenced by other settings may break the application gateway.

(Inherited from IWithFrontendPort)
WithoutIPConfiguration(String)

Removes the specified IP configuration. Note that removing an IP configuration referenced by other settings may break the application gateway. Also, there must be at least one IP configuration for the application gateway to function.

(Inherited from IWithIPConfig)
WithoutListener(String)

Removes a frontend listener from the application gateway. Note that removing a listener referenced by other settings may break the application gateway.

(Inherited from IWithListener)
WithoutPrivateFrontend()

Specifies that the application gateway should not be private, i.e. its endpoints should not be internally accessible from within the virtual network. Note that if there are any other settings referencing the private front end, removing it may break the application gateway.

(Inherited from IWithFrontend)
WithoutProbe(String)

Removes a probe from the application gateway. Any references to this probe from backend HTTP configurations will be automatically removed.

(Inherited from IWithProbe)
WithoutPublicFrontend()

Specifies that the application gateway should not be Internet-facing. Note that if there are any other settings referencing the public front end, removing it may break the application gateway.

(Inherited from IWithFrontend)
WithoutPublicIPAddress()

Removes the existing reference to a public IP address.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithoutRedirectConfiguration(String)

Removes a redirect configuration from the application gateway. Note that removing a redirect configuration referenced by other settings may break the application gateway.

(Inherited from IWithRedirectConfigurationBeta)
WithoutRequestRoutingRule(String)

Removes a request routing rule from the application gateway.

(Inherited from IWithRequestRoutingRule)
WithoutSslCertificate(String)

Removes the specified SSL certificate from the application gateway. Note that removing a certificate referenced by other settings may break the application gateway.

(Inherited from IWithSslCert)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSize(ApplicationGatewaySkuName)

Specifies the size of the application gateway to use within the context of the selected tier.

(Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)
WithTier(ApplicationGatewayTier)

Set tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.

(Inherited from IWithSku)
WithWebApplicationFirewall(ApplicationGatewayWebApplicationFirewallConfiguration)

Specifies webApplicationFirewallConfiguration

(Inherited from IWithWebApplicationFirewall)

Applies to