IWithCreate Interface

Definition

The stage of a load balancer definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithProbe, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithSku, 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 IWithCreate = interface
    interface ICreatable<ILoadBalancer>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithBackend
    interface IWithFrontend
    interface IWithPublicFrontend
    interface IWithPrivateFrontend
    interface IWithProbe
    interface IWithSku
    interface IBeta
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ILoadBalancer), IDefinitionWithTags(Of IWithCreate), IWithBackend, IWithFrontend, IWithProbe, IWithSku
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)
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