Partager via


ElasticSans interface

Interface représentant un ElasticSans.

Méthodes

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Créez ElasticSan.

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Créez ElasticSan.

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Supprimez un san élastique.

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Supprimez un san élastique.

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Mettez à jour un san élastique.

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Mettez à jour un san élastique.

get(string, string, ElasticSansGetOptionalParams)

Obtenir un ElasticSan.

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Obtient une liste d’ElasticSan dans un groupe de ressources.

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Obtient une liste d’ElasticSans dans un abonnement

Détails de la méthode

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Créez ElasticSan.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

parameters
ElasticSan

Objet San élastique.

options
ElasticSansCreateOptionalParams

Paramètres d’options.

Retours

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

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Créez ElasticSan.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

parameters
ElasticSan

Objet San élastique.

options
ElasticSansCreateOptionalParams

Paramètres d’options.

Retours

Promise<ElasticSan>

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Supprimez un san élastique.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

options
ElasticSansDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Supprimez un san élastique.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

options
ElasticSansDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Mettez à jour un san élastique.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

parameters
ElasticSanUpdate

Objet San élastique.

options
ElasticSansUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Mettez à jour un san élastique.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

parameters
ElasticSanUpdate

Objet San élastique.

options
ElasticSansUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ElasticSan>

get(string, string, ElasticSansGetOptionalParams)

Obtenir un ElasticSan.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de ElasticSan.

options
ElasticSansGetOptionalParams

Paramètres d’options.

Retours

Promise<ElasticSan>

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Obtient une liste d’ElasticSan dans un groupe de ressources.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
ElasticSansListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Obtient une liste d’ElasticSans dans un abonnement

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

Paramètres

options
ElasticSansListBySubscriptionOptionalParams

Paramètres d’options.

Retours