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 de serviço.

Detalhes do 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

Retornos

< Promise>Models.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 chamada com êxito anterior para a operação List.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promessa<Models.UsageHistoryListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<PlanUsageHistoryListResult>)

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação 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 chamada com êxito anterior para a operação List.

callback

ServiceCallback<PlanUsageHistoryListResult>

O retorno de chamada