Freigeben über


ElasticSans interface

Schnittstelle, die einen ElasticSans darstellt.

Methoden

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Erstellen Sie ElasticSan.

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Erstellen Sie ElasticSan.

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Löschen sie ein Elastisches San.

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Löschen sie ein Elastisches San.

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aktualisieren sie ein Elastisches San.

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aktualisieren sie ein Elastisches San.

get(string, string, ElasticSansGetOptionalParams)

Rufen Sie ein ElasticSan ab.

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Ruft eine Liste von ElasticSan in einer Ressourcengruppe ab.

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Ruft eine Liste von ElasticSans in einem Abonnement ab.

Details zur Methode

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Erstellen Sie ElasticSan.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

parameters
ElasticSan

Elastic San-Objekt.

options
ElasticSansCreateOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Erstellen Sie ElasticSan.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

parameters
ElasticSan

Elastic San-Objekt.

options
ElasticSansCreateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ElasticSan>

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Löschen sie ein Elastisches San.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

options
ElasticSansDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Löschen sie ein Elastisches San.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

options
ElasticSansDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aktualisieren sie ein Elastisches San.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

parameters
ElasticSanUpdate

Elastic San-Objekt.

options
ElasticSansUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Aktualisieren sie ein Elastisches San.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

parameters
ElasticSanUpdate

Elastic San-Objekt.

options
ElasticSansUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ElasticSan>

get(string, string, ElasticSansGetOptionalParams)

Rufen Sie ein ElasticSan ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

elasticSanName

string

Der Name von ElasticSan.

options
ElasticSansGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ElasticSan>

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Ruft eine Liste von ElasticSan in einer Ressourcengruppe ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

options
ElasticSansListByResourceGroupOptionalParams

Die Optionsparameter.

Gibt zurück

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Ruft eine Liste von ElasticSans in einem Abonnement ab.

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

Parameter

options
ElasticSansListBySubscriptionOptionalParams

Die Optionsparameter.

Gibt zurück