Condividi tramite


Proprietà CloudServiceGetResponse.Resources

 

Facoltativa. Raccolta di risorse.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

public IList<CloudServiceGetResponse.Resource> Resources { get; set; }
public:
property IList<CloudServiceGetResponse::Resource^>^ Resources {
    IList<CloudServiceGetResponse::Resource^>^ get();
    void set(IList<CloudServiceGetResponse::Resource^>^ value);
}
member Resources : IList<CloudServiceGetResponse.Resource> with get, set
Public Property Resources As IList(Of CloudServiceGetResponse.Resource)

Valore proprietà

Type: System.Collections.Generic.IList<CloudServiceGetResponse.Resource>

Vedere anche

Classe CloudServiceGetResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio