CloudServiceListResponse.CloudService.AddOnResource.Plan Propriedade
Opcional. O plano para este item conforme selecionado pelo usuário.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string Plan { get; set; }
public:
property String^ Plan {
String^ get();
void set(String^ value);
}
member Plan : string with get, set
Public Property Plan As String
Valor de propriedade
Type: System.String
Consulte também
Classe CloudServiceListResponse.CloudService.AddOnResource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo