Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HostNameBinding.UpdateDefinition<ParentT>
The entirety of a hostname binding definition as part of a web app update.
|
static interface |
HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the hostname binding definition.
|
static interface |
HostNameSslBinding.UpdateDefinition<ParentT>
The entirety of a hostname SSL binding definition as part of a web app update.
|
static interface |
HostNameSslBinding.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the hostname SSL binding definition.
|
static interface |
WebAppAuthentication.UpdateDefinition<ParentT>
The entirety of a web app authentication definition as part of a web app update.
|
static interface |
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the web app authentication definition.
|
static interface |
WebAppSourceControl.UpdateDefinition<ParentT>
The entirety of a web app source control definition as part of a web app update.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>
The final stage of the web app source control definition that binds to a GitHub account.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the web app source control definition.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Application.UpdateDefinition<ParentT>
The entirety of a Batch application definition as a part of parent update.
|
static interface |
Application.UpdateDefinitionStages.Blank<ParentT>
The first stage of a Batch application definition.
|
static interface |
Application.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of a Batch application definition.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
VirtualMachineExtension.UpdateDefinition<ParentT>
The entirety of a virtual machine extension definition as a part of parent update.
|
static interface |
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the virtual machine extension definition.
|
static interface |
VirtualMachineScaleSetExtension.UpdateDefinition<ParentT>
The entirety of a virtual machine scale set extension definition as a part of parent update.
|
static interface |
VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the virtual machine scale set extension definition.
|
static interface |
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the unmanaged data disk definition.
|
static interface |
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>
The stage that allows configure the unmanaged disk based on new VHD.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the data disk definition.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>
The stage that allows configure the disk based on new VHD.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings<ParentT>
The stage that allows configure the disk based on existing VHD.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionWithExistingVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set update.
|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionWithNewVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set update.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
RegistrySourceTrigger.UpdateDefinition
Container interface for defining a new trigger during a task update.
|
static interface |
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable
The stage of the definition which contains all the minimum required inputs for the resource to be attached,
but also allows for any other optional settings to be specified.
|
static interface |
Webhook.UpdateDefinition<ParentT>
Grouping of the container registry's webhook update definition.
|
static interface |
Webhook.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the webhook definition.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DnsRecordSet.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
The stage of the AAAA record set definition allowing to add additional A records or
attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
The stage of the A record set definition allowing to add additional A records or
attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the DNS zone record set definition.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>
The stage of the Caa record set definition allowing to add additional Caa records or attach the record set
to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>
The stage of the CNAME record set definition allowing attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
The stage of the MX record set definition allowing to add additional MX records or attach the record set
to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
The stage of the NS record set definition allowing to add additional NS records or
attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>
The stage of the PTR record set definition allowing to add additional PTR records or
attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>
The stage of the SRV record set definition allowing to add additional SRV records or attach the record set
to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set
to the parent.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CertificateCredential.UpdateDefinition<ParentT>
The entirety of a credential definition as part of a application or service principal update.
|
static interface |
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the credential definition.
|
static interface |
PasswordCredential.UpdateDefinition<ParentT>
The entirety of a credential definition as part of a application or service principal update.
|
static interface |
PasswordCredential.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the credential definition.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AccessPolicy.Definition<ParentT>
The entirety of an access policy definition.
|
static interface |
AccessPolicy.DefinitionStages.WithAttach<ParentT>
The final stage of the access policy definition.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AutoscaleProfile.UpdateDefinition
The entirety of an autoscale profile definition during current autoscale settings update.
|
static interface |
AutoscaleProfile.UpdateDefinitionStages.WithAttach
The final stage of the definition which attaches defined profile to the current Autoscale settings.
|
static interface |
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional
The stage of the definition which adds optional scale rules and schedules.
|
static interface |
ScaleRule.UpdateDefinition
The entirety of an autoscale profile scale rule definition during parent Autoscale Profile update in Autoscale Settings update stage.
|
static interface |
ScaleRule.UpdateDefinitionStages.WithAttach
The final stage of the definition which attaches defined scale rule to the current Autoscale profile.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationGatewayAuthenticationCertificate.UpdateDefinition<ReturnT>
The entirety of an application gateway authentication certificate definition as part of an application gateway update.
|
static interface |
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of an application gateway authentication certificate definition.
|
static interface |
ApplicationGatewayBackend.UpdateDefinition<ParentT>
The entirety of an application gateway backend definition as part of an application gateway update.
|
static interface |
ApplicationGatewayBackend.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway backend definition.
|
static interface |
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway backend definition.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinition<ReturnT>
The entirety of an application gateway backend HTTPS configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ReturnT>
The first stage of an application gateway backend HTTP configuration definition.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of an application gateway backend HTTP configuration definition.
|
static interface |
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT>
The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate,
specify other options or attach to the parent application gateway update.
|
static interface |
ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
The entirety of an application gateway IP configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway IP configuration definition.
|
static interface |
ApplicationGatewayListener.UpdateDefinition<ParentT>
The entirety of an application gateway HTTP listener definition as part of an application gateway update.
|
static interface |
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway HTTP listener definition.
|
static interface |
ApplicationGatewayPathRule.UpdateDefinition<ReturnT>
The entirety of path rule of URL path map definition as part of an application gateway update.
|
static interface |
ApplicationGatewayPathRule.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of path rule of URL path map definition.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateDefinition<ReturnT>
The entirety of an application gateway redirect configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of an application gateway redirect configuration definition.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttachAndPath<ReturnT>
The stage of an application gateway redirect configuration allowing to specify whether the query string should be included in the redirected URL or other optional settings.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>
The entirety of an application gateway request routing rule definition as part of an application gateway update.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway request routing rule definition.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>
The stage of an application gateway request routing rule definition allowing to add more backend addresses,
start specifying optional settings, or finish the definition by attaching it to the parent application gateway.
|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinition<ParentT>
The entirety of an application gateway SSL certificate definition as part of an application gateway update.
|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway authentication certificate definition.
|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway SSL certificate definition.
|
static interface |
Ipv6PeeringConfig.UpdateDefinition<ParentT>
The entirety of Cross Connection Peering IPv6 configuration definition as part of Cross Connection Peering update.
|
static interface |
Ipv6PeeringConfig.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of peering IPv6 configuration definition.
|
static interface |
LoadBalancerBackend.UpdateDefinition<ParentT>
The entirety of a load balancer backend definition as part of a load balancer update.
|
static interface |
LoadBalancerBackend.UpdateDefinitionStages.Blank<ParentT>
The first stage of a load balancer backend definition.
|
static interface |
LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of a load balancer backend definition.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinition<ParentT>
The entirety of a probe definition as part of a load balancer update.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the probe definition.
|
static interface |
LoadBalancerInboundNatPool.UpdateDefinition<ParentT>
The entirety of an inbound NAT pool definition as part of a load balancer update.
|
static interface |
LoadBalancerInboundNatPool.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the inbound NAT pool definition.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinition<ParentT>
The entirety of an inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the inbound NAT rule definition.
|
static interface |
LoadBalancerPublicFrontend.UpdateDefinition<ParentT>
The entirety of a public frontend definition as part of an Internet-facing load balancer update.
|
static interface |
LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the public frontend definition.
|
static interface |
LoadBalancerTcpProbe.UpdateDefinition<ParentT>
The entirety of a probe definition as part of a load balancer update.
|
static interface |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the probe definition.
|
static interface |
LoadBalancingRule.UpdateDefinition<ReturnT>
The entirety of a load balancing rule definition as part of a load balancer update.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of the load balancing rule definition.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>
The stage of a load balancing rule definition allowing to specify the backend port to send the load-balanced traffic to.
|
static interface |
NetworkSecurityRule.UpdateDefinition<ParentT>
The entirety of a network security rule definition as part of a network security group update.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the security rule definition.
|
static interface |
NicIPConfiguration.UpdateDefinition<ParentT>
The entirety of a network interface IP configuration definition as part of a network interface update.
|
static interface |
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of network interface IP configuration.
|
static interface |
Route.UpdateDefinition<ParentT>
The entirety of a route definition as part of a route table update.
|
static interface |
Route.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of a route definition.
|
static interface |
RouteFilterRule.UpdateDefinition<ParentT>
The entirety of a route filter rule definition as part of a route filter group update.
|
static interface |
RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the route filter rule definition.
|
static interface |
Subnet.UpdateDefinition<ParentT>
The entirety of a subnet definition as part of a virtual network update.
|
static interface |
Subnet.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the subnet definition.
|
static interface |
VirtualNetworkGatewayIPConfiguration.UpdateDefinition<ParentT>
The entirety of an application gateway IP configuration definition as part of a virtual network gateway update.
|
static interface |
VirtualNetworkGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of a virtual network gateway IP configuration definition.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TrafficManagerEndpoint.UpdateDefinition<ParentT>
The entirety of a traffic manager profile endpoint definition as a part of parent update.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the traffic manager profile endpoint definition.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
The stage of the nested traffic manager profile endpoint definition allowing to specify the minimum
endpoints to be online in the nested profile to consider it as not degraded.
|
Copyright © 2019. All rights reserved.