CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.AmountIncluded Propriedade
Opcional. Define o limite dessa utilização incluído no plano desse recurso.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string AmountIncluded { get; set; }
public:
property String^ AmountIncluded {
String^ get();
void set(String^ value);
}
member AmountIncluded : string with get, set
Public Property AmountIncluded As String
Valor de propriedade
Type: System.String
Consulte também
Classe CloudServiceListResponse.CloudService.AddOnResource.UsageLimit
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo