UsageHistory class

Classe que representa um UsageHistory.

Construtores

UsageHistory(AzureMLCommitmentPlansManagementClientContext)

Crie um UsageHistory.

Métodos

list(string, string, ServiceCallback<PlanUsageHistoryListResult>)
list(string, string, UsageHistoryListOptionalParams)

Recupere o histórico de uso de um plano de compromisso do Azure ML.

list(string, string, UsageHistoryListOptionalParams, ServiceCallback<PlanUsageHistoryListResult>)
listNext(string, RequestOptionsBase)

Recupere o histórico de uso de um plano de compromisso do Azure ML.

listNext(string, RequestOptionsBase, ServiceCallback<PlanUsageHistoryListResult>)
listNext(string, ServiceCallback<PlanUsageHistoryListResult>)

Detalhes do Construtor

UsageHistory(AzureMLCommitmentPlansManagementClientContext)

Crie um UsageHistory.

new UsageHistory(client: AzureMLCommitmentPlansManagementClientContext)

Parâmetros

client
AzureMLCommitmentPlansManagementClientContext

Referência ao cliente do serviço.

Detalhes de Método

list(string, string, ServiceCallback<PlanUsageHistoryListResult>)

function list(resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<PlanUsageHistoryListResult>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

commitmentPlanName

string

O nome do plano de compromisso do Azure ML.

callback

ServiceCallback<PlanUsageHistoryListResult>

O retorno de chamada

list(string, string, UsageHistoryListOptionalParams)

Recupere o histórico de uso de um plano de compromisso do Azure ML.

function list(resourceGroupName: string, commitmentPlanName: string, options?: UsageHistoryListOptionalParams): Promise<UsageHistoryListResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

commitmentPlanName

string

O nome do plano de compromisso do Azure ML.

options
UsageHistoryListOptionalParams

Os parâmetros opcionais

Devoluções

Modelos de Promessa.UsageHistoryListResponse<>

list(string, string, UsageHistoryListOptionalParams, ServiceCallback<PlanUsageHistoryListResult>)

function list(resourceGroupName: string, commitmentPlanName: string, options: UsageHistoryListOptionalParams, callback: ServiceCallback<PlanUsageHistoryListResult>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

commitmentPlanName

string

O nome do plano de compromisso do Azure ML.

options
UsageHistoryListOptionalParams

Os parâmetros opcionais

callback

ServiceCallback<PlanUsageHistoryListResult>

O retorno de chamada

listNext(string, RequestOptionsBase)

Recupere o histórico de uso de um plano de compromisso do Azure ML.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<UsageHistoryListNextResponse>

Parâmetros

nextPageLink

string

O NextLink da operação anterior de chamada bem-sucedida para List.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Prometa<Models.UsageHistoryListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<PlanUsageHistoryListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<PlanUsageHistoryListResult>)

Parâmetros

nextPageLink

string

O NextLink da operação anterior de chamada bem-sucedida para List.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<PlanUsageHistoryListResult>

O retorno de chamada

listNext(string, ServiceCallback<PlanUsageHistoryListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<PlanUsageHistoryListResult>)

Parâmetros

nextPageLink

string

O NextLink da operação anterior de chamada bem-sucedida para List.

callback

ServiceCallback<PlanUsageHistoryListResult>

O retorno de chamada