IWithCreateAndNatChoice Interface

Definition

The stage of a load balancer definition allowing to create the load balancer or start configuring optional inbound NAT rules or pools.

public interface IWithCreateAndNatChoice : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithInboundNatPool, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithInboundNatRule, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type IWithCreateAndNatChoice = interface
    interface IWithCreate
    interface ICreatable<ILoadBalancer>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithBackend
    interface IWithFrontend
    interface IWithPublicFrontend
    interface IWithPrivateFrontend
    interface IWithProbe
    interface IWithSku
    interface IBeta
    interface IWithInboundNatRule
    interface IWithInboundNatPool
Public Interface IWithCreateAndNatChoice
Implements IBeta, ICreatable(Of ILoadBalancer), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithInboundNatPool, IWithInboundNatRule
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineBackend(String)

Starts the definition of a backend.

(Inherited from IWithBackend)
DefineHttpProbe(String)

Begins the definition of a new HTTP probe to add to the load balancer.

(Inherited from IWithProbe)
DefineHttpsProbe(String)

Begins the definition of a new HTTPS probe to add to the load balancer.

(Inherited from IWithProbe)
DefineInboundNatPool(String)

Begins the definition of a new inbount NAT pool to add to the load balancer. The definition must be completed with a call to LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach().

(Inherited from IWithInboundNatPool)
DefineInboundNatRule(String)

Begins the definition of a new inbound NAT rule to add to the load balancer.

(Inherited from IWithInboundNatRule)
DefinePrivateFrontend(String)

Begins an explicit definition of a new private (internal) load balancer frontend. (Note that private frontends can also be created implicitly as part of a load balancing rule, inbound NAT rule or inbound NAT pool definition, by referencing an existing subnet within those definitions.).

(Inherited from IWithPrivateFrontend)
DefinePublicFrontend(String)

Begins an explicit definition of a new public (Internet-facing) load balancer frontend. (Note that frontends can also be created implicitly as part of a load balancing rule, inbound NAT rule or inbound NAT pool definition, by referencing an existing public IP address within those definitions.).

(Inherited from IWithPublicFrontend)
DefineTcpProbe(String)

Begins the definition of a new TCP probe to add to the load balancer.

(Inherited from IWithProbe)
WithSku(LoadBalancerSkuType)

Specifies the SKU for the load balancer.

(Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

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

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

(Inherited from IDefinitionWithTags<T>)

Applies to