Delen via


ElasticSans interface

Interface die een ElasticSans vertegenwoordigt.

Methoden

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Maak ElasticSan.

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Maak ElasticSan.

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Verwijder een elastische san.

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Verwijder een elastische san.

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Een elastische san bijwerken.

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Een elastische san bijwerken.

get(string, string, ElasticSansGetOptionalParams)

Haal een ElasticSan op.

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Hiermee haalt u een lijst met ElasticSan in een resourcegroep op.

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Hiermee wordt een lijst met ElasticSans in een abonnement opgehaald

Methodedetails

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Maak ElasticSan.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

parameters
ElasticSan

Elastisch san-object.

options
ElasticSansCreateOptionalParams

De optiesparameters.

Retouren

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

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Maak ElasticSan.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

parameters
ElasticSan

Elastisch san-object.

options
ElasticSansCreateOptionalParams

De optiesparameters.

Retouren

Promise<ElasticSan>

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Verwijder een elastische san.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

options
ElasticSansDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Verwijder een elastische san.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

options
ElasticSansDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Een elastische san bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

parameters
ElasticSanUpdate

Elastisch san-object.

options
ElasticSansUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Een elastische san bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

parameters
ElasticSanUpdate

Elastisch san-object.

options
ElasticSansUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ElasticSan>

get(string, string, ElasticSansGetOptionalParams)

Haal een ElasticSan op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

elasticSanName

string

De naam van de ElasticSan.

options
ElasticSansGetOptionalParams

De optiesparameters.

Retouren

Promise<ElasticSan>

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Hiermee haalt u een lijst met ElasticSan in een resourcegroep op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
ElasticSansListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Hiermee wordt een lijst met ElasticSans in een abonnement opgehaald

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

Parameters

options
ElasticSansListBySubscriptionOptionalParams

De optiesparameters.

Retouren