IscsiPaths interface

Interface que representa um IscsiPaths.

Métodos

beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Criar um IscsiPath

beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Criar um IscsiPath

beginDelete(string, string, IscsiPathsDeleteOptionalParams)

Excluir um IscsiPath

beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)

Excluir um IscsiPath

get(string, string, IscsiPathsGetOptionalParams)

Obter um IscsiPath

listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)

Listar recursos do IscsiPath pelo PrivateCloud

Detalhes do método

beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Criar um IscsiPath

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

resource
IscsiPath

Parâmetros de criação de recursos.

options
IscsiPathsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

Criar um IscsiPath

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

resource
IscsiPath

Parâmetros de criação de recursos.

options
IscsiPathsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<IscsiPath>

beginDelete(string, string, IscsiPathsDeleteOptionalParams)

Excluir um IscsiPath

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

options
IscsiPathsDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)

Excluir um IscsiPath

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

options
IscsiPathsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, IscsiPathsGetOptionalParams)

Obter um IscsiPath

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

options
IscsiPathsGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<IscsiPath>

listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)

Listar recursos do IscsiPath pelo PrivateCloud

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

options
IscsiPathsListByPrivateCloudOptionalParams

Os parâmetros de opções.

Retornos