Condividi tramite


ElasticSansOperations interface

Interfaccia che rappresenta un'operazione di ElasticSans.

Proprietà

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Crea ElasticSan.

delete
get

Prendi un ElasticSan.

listByResourceGroup

Ottiene un elenco di ElasticSan in un gruppo di risorse.

listBySubscription

Ottiene un elenco di ElasticSans in un abbonamento

update

Aggiornare un SAN elastico.

Dettagli proprietà

beginCreate

Avviso

Questa API è ora deprecata.

use create instead

beginCreate: (resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>

beginCreateAndWait

Avviso

Questa API è ora deprecata.

use create instead

beginCreateAndWait: (resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams) => Promise<ElasticSan>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams) => Promise<ElasticSan>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

beginDelete: (resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams) => Promise<void>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams) => Promise<ElasticSan>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams) => Promise<ElasticSan>

create

Crea ElasticSan.

create: (resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams) => PollerLike<OperationState<ElasticSan>, ElasticSan>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams) => PollerLike<OperationState<ElasticSan>, ElasticSan>

delete

delete: (resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Prendi un ElasticSan.

get: (resourceGroupName: string, elasticSanName: string, options?: ElasticSansGetOptionalParams) => Promise<ElasticSan>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, options?: ElasticSansGetOptionalParams) => Promise<ElasticSan>

listByResourceGroup

Ottiene un elenco di ElasticSan in un gruppo di risorse.

listByResourceGroup: (resourceGroupName: string, options?: ElasticSansListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticSan, ElasticSan[], PageSettings>

Valore della proprietà

(resourceGroupName: string, options?: ElasticSansListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticSan, ElasticSan[], PageSettings>

listBySubscription

Ottiene un elenco di ElasticSans in un abbonamento

listBySubscription: (options?: ElasticSansListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ElasticSan, ElasticSan[], PageSettings>

Valore della proprietà

(options?: ElasticSansListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ElasticSan, ElasticSan[], PageSettings>

update

Aggiornare un SAN elastico.

update: (resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams) => PollerLike<OperationState<ElasticSan>, ElasticSan>

Valore della proprietà

(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams) => PollerLike<OperationState<ElasticSan>, ElasticSan>