Compartir a través de


IscsiPaths interface

Interfaz que representa un IscsiPaths.

Métodos

beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Creación de un IscsiPath

beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Creación de un IscsiPath

beginDelete(string, string, IscsiPathsDeleteOptionalParams)

Eliminar un IscsiPath

beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)

Eliminar un IscsiPath

get(string, string, IscsiPathsGetOptionalParams)

Obtención de un IscsiPath

listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)

Enumeración de recursos de IscsiPath por PrivateCloud

Detalles del método

beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Creación de un IscsiPath

function beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IscsiPath>, IscsiPath>>

Parámetros

resourceGroupName

string

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

privateCloudName

string

Nombre de la nube privada

resource
IscsiPath

Parámetros de creación de recursos.

options
IscsiPathsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Creación de un IscsiPath

function beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams): Promise<IscsiPath>

Parámetros

resourceGroupName

string

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

privateCloudName

string

Nombre de la nube privada

resource
IscsiPath

Parámetros de creación de recursos.

options
IscsiPathsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<IscsiPath>

beginDelete(string, string, IscsiPathsDeleteOptionalParams)

Eliminar un IscsiPath

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

Parámetros

resourceGroupName

string

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

privateCloudName

string

Nombre de la nube privada

options
IscsiPathsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)

Eliminar un IscsiPath

function beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

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

privateCloudName

string

Nombre de la nube privada

options
IscsiPathsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, IscsiPathsGetOptionalParams)

Obtención de un IscsiPath

function get(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsGetOptionalParams): Promise<IscsiPath>

Parámetros

resourceGroupName

string

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

privateCloudName

string

Nombre de la nube privada

options
IscsiPathsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<IscsiPath>

listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)

Enumeración de recursos de IscsiPath por PrivateCloud

function listByPrivateCloud(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsListByPrivateCloudOptionalParams): PagedAsyncIterableIterator<IscsiPath, IscsiPath[], PageSettings>

Parámetros

resourceGroupName

string

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

privateCloudName

string

Nombre de la nube privada

options
IscsiPathsListByPrivateCloudOptionalParams

Parámetros de opciones.

Devoluciones