IVirtualNetworkGatewayConnections Interface

Definition

Entry point for virtual network gateway connections management API in Azure.

public interface IVirtualNetworkGatewayConnections : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnectionsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>
type IVirtualNetworkGatewayConnections = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IVirtualNetworkGatewayConnection>
    interface ISupportsGettingByName<IVirtualNetworkGatewayConnection>
    interface ISupportsGettingById<IVirtualNetworkGatewayConnection>
    interface ISupportsGettingByNameAsync<IVirtualNetworkGatewayConnection>
    interface ISupportsDeletingByName
    interface ISupportsDeletingById
    interface IHasInner<IVirtualNetworkGatewayConnectionsOperations>
    interface IHasParent<IVirtualNetworkGateway>
Public Interface IVirtualNetworkGatewayConnections
Implements IBeta, IHasInner(Of IVirtualNetworkGatewayConnectionsOperations), IHasParent(Of IVirtualNetworkGateway), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IVirtualNetworkGatewayConnection), ISupportsGettingByName(Of IVirtualNetworkGatewayConnection), ISupportsGettingByNameAsync(Of IVirtualNetworkGatewayConnection), ISupportsListing(Of IVirtualNetworkGatewayConnection)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Methods

Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByName(String)

Deletes a resource from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Deletes a resource asynchronously from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to