Compartir a través de


ILocalNetworkGateways Interfaz

Definición

Punto de entrada a la API de administración de puertas de enlace de red local en Azure.

public interface ILocalNetworkGateways : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGatewaysOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type ILocalNetworkGateways = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<ILocalNetworkGateway>
    interface ISupportsListingByResourceGroup<ILocalNetworkGateway>
    interface ISupportsGettingByResourceGroup<ILocalNetworkGateway>
    interface ISupportsGettingById<ILocalNetworkGateway>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<ILocalNetworkGatewaysOperations>
Public Interface ILocalNetworkGateways
Implements IBeta, IHasInner(Of ILocalNetworkGatewaysOperations), IHasManager(Of INetworkManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ILocalNetworkGateway), ISupportsGettingByResourceGroup(Of ILocalNetworkGateway), ISupportsListing(Of ILocalNetworkGateway), ISupportsListingByResourceGroup(Of ILocalNetworkGateway)
Implementaciones

Propiedades

Inner

Punto de entrada a la API de administración de puertas de enlace de red local en Azure.

(Heredado de IHasInner<T>)
Manager

Obtiene el tipo de cliente de administrador de este tipo de recurso.

(Heredado de IHasManager<ManagerT>)

Métodos

Define(String)

Punto de entrada a la API de administración de puertas de enlace de red local en Azure.

(Heredado de ISupportsCreating<T>)
DeleteById(String)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Elimina un recurso de Azure, que lo identifica por su nombre y su grupo de recursos.

(Heredado de ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su nombre y su grupo de recursos.

(Heredado de ISupportsDeletingByResourceGroup)
GetById(String)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso y el nombre de su grupo de recursos.

(Heredado de ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso y el nombre de su grupo de recursos.

(Heredado de ISupportsGettingByResourceGroup<T>)
List()

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)
ListByResourceGroup(String)

Enumera los recursos del tipo especificado en el grupo de recursos especificado.

(Heredado de ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Enumera los recursos del tipo especificado en el grupo de recursos especificado.

(Heredado de ISupportsListingByResourceGroup<T>)

Se aplica a