Compartilhar via


AutomationResource.Plan Propriedade

 

Opcional. Obtém ou define o plano para este item conforme selecionado pelo usuário.

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 AutomationResource
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo