Compartilhar via


CloudServiceListResponse.CloudService.AddOnResource.Type Propriedade

 

Opcional. O tipo de item de armazenamento.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public string Type { get; set; }
public:
property String^ Type {
    String^ get();
    void set(String^ value);
}
member Type : string with get, set
Public Property Type As String

Valor de propriedade

Type: System.String

Consulte também

Classe CloudServiceListResponse.CloudService.AddOnResource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models

Retornar ao topo