Compartir a través de


ElasticSans interface

Interfaz que representa un ElasticSans.

Métodos

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Cree ElasticSan.

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Cree ElasticSan.

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Elimine un San elástico.

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Elimine un San elástico.

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Actualizar un San elástico.

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Actualizar un San elástico.

get(string, string, ElasticSansGetOptionalParams)

Obtenga un ElasticSan.

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Obtiene una lista de ElasticSan en un grupo de recursos.

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Obtiene una lista de ElasticSans en una suscripción.

Detalles del método

beginCreate(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Cree ElasticSan.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

parameters
ElasticSan

Elastic San (objeto).

options
ElasticSansCreateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginCreateAndWait(string, string, ElasticSan, ElasticSansCreateOptionalParams)

Cree ElasticSan.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

parameters
ElasticSan

Elastic San (objeto).

options
ElasticSansCreateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ElasticSan>

beginDelete(string, string, ElasticSansDeleteOptionalParams)

Elimine un San elástico.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

options
ElasticSansDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, ElasticSansDeleteOptionalParams)

Elimine un San elástico.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

options
ElasticSansDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

beginUpdate(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Actualizar un San elástico.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

parameters
ElasticSanUpdate

Elastic San (objeto).

options
ElasticSansUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginUpdateAndWait(string, string, ElasticSanUpdate, ElasticSansUpdateOptionalParams)

Actualizar un San elástico.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

parameters
ElasticSanUpdate

Elastic San (objeto).

options
ElasticSansUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ElasticSan>

get(string, string, ElasticSansGetOptionalParams)

Obtenga un ElasticSan.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

options
ElasticSansGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ElasticSan>

listByResourceGroup(string, ElasticSansListByResourceGroupOptionalParams)

Obtiene una lista de ElasticSan en un grupo de recursos.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

options
ElasticSansListByResourceGroupOptionalParams

Parámetros de opciones.

Devoluciones

listBySubscription(ElasticSansListBySubscriptionOptionalParams)

Obtiene una lista de ElasticSans en una suscripción.

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

Parámetros

options
ElasticSansListBySubscriptionOptionalParams

Parámetros de opciones.

Devoluciones