Condividi tramite


ElasticSans interface

Interfaccia che rappresenta un oggetto ElasticSans.

Metodi

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Creare ElasticSan.

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Creare ElasticSan.

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Eliminare un san elastico.

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Eliminare un san elastico.

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aggiornare un san elastico.

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aggiornare un san elastico.

get(string, string, ElasticSansGetOptionalParams)

Ottenere un elasticsan.

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Ottiene un elenco di ElasticSan in un gruppo di risorse.

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Ottiene un elenco di ElasticSans in una sottoscrizione

Dettagli metodo

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Creare ElasticSan.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

parameters
ElasticSan

Oggetto San elastico.

options
ElasticSansCreateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Creare ElasticSan.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

parameters
ElasticSan

Oggetto San elastico.

options
ElasticSansCreateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<ElasticSan>

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Eliminare un san elastico.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

options
ElasticSansDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Eliminare un san elastico.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

options
ElasticSansDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aggiornare un san elastico.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

parameters
ElasticSanUpdate

Oggetto San elastico.

options
ElasticSansUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aggiornare un san elastico.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

parameters
ElasticSanUpdate

Oggetto San elastico.

options
ElasticSansUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<ElasticSan>

get(string, string, ElasticSansGetOptionalParams)

Ottenere un elasticsan.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

elasticSanName

string

Nome dell'oggetto ElasticSan.

options
ElasticSansGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<ElasticSan>

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Ottiene un elenco di ElasticSan in un gruppo di risorse.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

options
ElasticSansListByResourceGroupOptionalParams

Parametri delle opzioni.

Restituisce

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Ottiene un elenco di ElasticSans in una sottoscrizione

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

Parametri

options
ElasticSansListBySubscriptionOptionalParams

Parametri delle opzioni.

Restituisce