Compartilhar via


ArmLoadTestingModelFactory.LoadTestingQuotaBucketContent Método

Definição

Inicializa uma nova instância de LoadTestingQuotaBucketContent.

public static Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketContent LoadTestingQuotaBucketContent (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? currentUsage = default, int? currentQuota = default, int? newQuota = default, Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketDimensions dimensions = default);
static member LoadTestingQuotaBucketContent : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * Nullable<int> * Nullable<int> * Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketDimensions -> Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketContent
Public Shared Function LoadTestingQuotaBucketContent (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional currentUsage As Nullable(Of Integer) = Nothing, Optional currentQuota As Nullable(Of Integer) = Nothing, Optional newQuota As Nullable(Of Integer) = Nothing, Optional dimensions As LoadTestingQuotaBucketDimensions = Nothing) As LoadTestingQuotaBucketContent

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

currentUsage
Nullable<Int32>

Uso de cota atual do bucket de cota.

currentQuota
Nullable<Int32>

Limite de cota atual do bucket de cota.

newQuota
Nullable<Int32>

Novo limite de cota do bucket de cota.

dimensions
LoadTestingQuotaBucketDimensions

Dimensões para nova solicitação de cota.

Retornos

Uma nova LoadTestingQuotaBucketContent instância para zombar.

Aplica-se a