UsageHistory class

Clase que representa un UsageHistory.

Constructores

UsageHistory(AzureMLCommitmentPlansManagementClientContext)

Cree un usageHistory.

Métodos

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

Recupere el historial de uso de un plan de compromiso de Azure ML.

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

Recupere el historial de uso de un plan de compromiso de Azure ML.

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

Detalles del constructor

UsageHistory(AzureMLCommitmentPlansManagementClientContext)

Cree un usageHistory.

new UsageHistory(client: AzureMLCommitmentPlansManagementClientContext)

Parámetros

client
AzureMLCommitmentPlansManagementClientContext

Referencia al cliente de servicio.

Detalles del método

list(string, string, ServiceCallback<PlanUsageHistoryListResult>)

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

commitmentPlanName

string

Nombre del plan de compromiso de Azure ML.

callback

ServiceCallback<PlanUsageHistoryListResult>

Devolución de llamada

list(string, string, UsageHistoryListOptionalParams)

Recupere el historial de uso de un plan de compromiso de Azure ML.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

commitmentPlanName

string

Nombre del plan de compromiso de Azure ML.

options
UsageHistoryListOptionalParams

Los parámetros opcionales

Devoluciones

< Promise>Models.UsageHistoryListResponse

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

commitmentPlanName

string

Nombre del plan de compromiso de Azure ML.

options
UsageHistoryListOptionalParams

Los parámetros opcionales

callback

ServiceCallback<PlanUsageHistoryListResult>

Devolución de llamada

listNext(string, RequestOptionsBase)

Recupere el historial de uso de un plan de compromiso de Azure ML.

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.UsageHistoryListNextResponse<>

listNext(string, RequestOptionsBase, ServiceCallback<PlanUsageHistoryListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<PlanUsageHistoryListResult>

Devolución de llamada

listNext(string, ServiceCallback<PlanUsageHistoryListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

callback

ServiceCallback<PlanUsageHistoryListResult>

Devolución de llamada