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)

Een elastisch san verwijderen.

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Een elastisch san verwijderen.

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Een elastisch san bijwerken.

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Een elastisch san bijwerken.

get(string, string, ElasticSansGetOptionalParams)

Haal een ElasticSan op.

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

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

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Hiermee haalt u een lijst met ElasticSans op in een abonnement

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)

Een elastisch san verwijderen.

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)

Een elastisch san verwijderen.

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 elastisch 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 elastisch 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 op in een resourcegroep.

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 haalt u een lijst met ElasticSans op in een abonnement

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

Parameters

options
ElasticSansListBySubscriptionOptionalParams

De optiesparameters.

Retouren