ILocalNetworkGateways Interface

Definição

Ponto de entrada para a API de gerenciamento de gateways de rede local no 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)
Implementações

Propriedades

Inner

Ponto de entrada para a API de gerenciamento de gateways de rede local no Azure.

(Herdado de IHasInner<T>)
Manager

Obtém o tipo de cliente gerenciador desse tipo de recurso.

(Herdado de IHasManager<ManagerT>)

Métodos

Define(String)

Ponto de entrada para a API de gerenciamento de gateways de rede local no Azure.

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

Exclui um recurso do Azure, identificando-o por sua ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Exclui um recurso do Azure, identificando-o por sua ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Exclui um recurso do Azure, identificando-o pelo nome e pelo grupo de recursos.

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

Exclui um recurso do Azure, identificando-o pelo nome e pelo grupo de recursos.

(Herdado de ISupportsDeletingByResourceGroup)
GetById(String)

Obtém as informações sobre um recurso do Azure com base na ID do recurso.

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

Obtém as informações sobre um recurso do Azure com base na ID do recurso.

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

Obtém as informações sobre um recurso do Azure com base no nome do recurso e no nome de seu grupo de recursos.

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

Obtém as informações sobre um recurso do Azure com base no nome do recurso e no nome de seu grupo de recursos.

(Herdado de ISupportsGettingByResourceGroup<T>)
List()

Lista todos os recursos do tipo especificado na assinatura selecionada no momento.

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

Lista todos os recursos do tipo especificado na assinatura selecionada no momento.

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

Lista recursos do tipo especificado no grupo de recursos especificado.

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

Lista recursos do tipo especificado no grupo de recursos especificado.

(Herdado de ISupportsListingByResourceGroup<T>)

Aplica-se a