ElasticSans interface
Interfaccia che rappresenta un oggetto ElasticSans.
Metodi
begin |
Creare ElasticSan. |
begin |
Creare ElasticSan. |
begin |
Eliminare un oggetto San elastico. |
begin |
Eliminare un oggetto San elastico. |
begin |
Aggiornare un oggetto San elastico. |
begin |
Aggiornare un oggetto San elastico. |
get(string, string, Elastic |
Ottenere un elasticsan. |
list |
Ottiene un elenco di ElasticSan in un gruppo di risorse. |
list |
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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- elasticSanName
-
string
Nome dell'oggetto ElasticSan.
- parameters
- ElasticSan
Oggetto Elastic San.
- 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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- elasticSanName
-
string
Nome dell'oggetto ElasticSan.
- parameters
- ElasticSan
Oggetto Elastic San.
- options
- ElasticSansCreateOptionalParams
Parametri delle opzioni.
Restituisce
Promise<ElasticSan>
beginDelete(string, string, ElasticSansDeleteOptionalParams)
Eliminare un oggetto San elastico.
function beginDelete(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta 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 oggetto San elastico.
function beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta 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 oggetto 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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- elasticSanName
-
string
Nome dell'oggetto ElasticSan.
- parameters
- ElasticSanUpdate
Oggetto Elastic San.
- options
- ElasticSansUpdateOptionalParams
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<ElasticSan>, ElasticSan>>
beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)
Aggiornare un oggetto San elastico.
function beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams): Promise<ElasticSan>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- elasticSanName
-
string
Nome dell'oggetto ElasticSan.
- parameters
- ElasticSanUpdate
Oggetto Elastic San.
- 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. Per il nome non viene fatta 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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
Parametri delle opzioni.
Restituisce
listBySubscription(ElasticSansListBySubscriptionOptionalParams)
Ottiene un elenco di ElasticSans in una sottoscrizione
function listBySubscription(options?: ElasticSansListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ElasticSan, ElasticSan[], PageSettings>
Parametri
Parametri delle opzioni.