CloudServiceGetResponse.Resource.Plan Propriedade
Opcional. O plano do recurso.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.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 CloudServiceGetResponse.Resource
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo