Compartir a través de


IContainerServices Interfaz

Definición

Punto de entrada a la API de administración de servicios de contenedor.

public interface IContainerServices : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.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.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager>
type IContainerServices = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface IHasManager<IContainerServiceManager>
    interface IHasInner<IContainerServicesOperations>
    interface ISupportsBatchCreation<IContainerService>
    interface ISupportsListing<IContainerService>
    interface ISupportsGettingById<IContainerService>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsListingByResourceGroup<IContainerService>
    interface ISupportsGettingByResourceGroup<IContainerService>
Public Interface IContainerServices
Implements IBeta, IHasInner(Of IContainerServicesOperations), IHasManager(Of IContainerServiceManager), ISupportsBatchCreation(Of IContainerService), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IContainerService), ISupportsGettingByResourceGroup(Of IContainerService), ISupportsListing(Of IContainerService), ISupportsListingByResourceGroup(Of IContainerService)
Implementaciones

Propiedades

Inner

Punto de entrada a la API de administración de servicios de contenedor.

(Heredado de IHasInner<T>)
Manager

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

(Heredado de IHasManager<ManagerT>)

Métodos

Create(ICreatable<IFluentResourceT>[])

Crea un conjunto (lote) de recursos.

(Heredado de ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Crea un conjunto (lote) de recursos.

(Heredado de ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Crea un conjunto (lote) de recursos.

(Heredado de ISupportsBatchCreation<IFluentResourceT>)
Define(String)

Punto de entrada a la API de administración de servicios de contenedor.

(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