IWithCreate Interface

Definition

The stage of a virtual network gateway connection definition with sufficient inputs to create a new connection in the cloud, but exposing additional optional settings to specify.

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithAuthorization, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithBgp, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>
type IWithCreate = interface
    interface ICreatable<IVirtualNetworkGatewayConnection>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithBgp
    interface IWithAuthorization
Public Interface IWithCreate
Implements ICreatable(Of IVirtualNetworkGatewayConnection), IDefinitionWithTags(Of IWithCreate), IWithAuthorization, IWithBgp
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>)
WithAuthorization(String)

Specify authorization key. This is required in case of Express Route connection if Express Route circuit and virtual network gateway reside in different subscriptions.

(Inherited from IWithAuthorization)
WithBgp()

Enable BGP for the connection.

(Inherited from IWithBgp)
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