ElasticSans interface
Interface die een ElasticSans vertegenwoordigt.
Methoden
begin |
Maak ElasticSan. |
begin |
Maak ElasticSan. |
begin |
Verwijder een elastische san. |
begin |
Verwijder een elastische san. |
begin |
Een elastische san bijwerken. |
begin |
Een elastische san bijwerken. |
get(string, string, Elastic |
Haal een ElasticSan op. |
list |
Hiermee haalt u een lijst met ElasticSan in een resourcegroep op. |
list |
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.
De optiesparameters.
Retouren
listBySubscription(ElasticSansListBySubscriptionOptionalParams)
Hiermee wordt een lijst met ElasticSans in een abonnement opgehaald
function listBySubscription(options?: ElasticSansListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ElasticSan, ElasticSan[], PageSettings>
Parameters
De optiesparameters.