CloudServiceGetResponse.Resource.OutputItems Propriedade
Opcional.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public IDictionary<string, string> OutputItems { get; set; }
public:
property IDictionary<String^, String^>^ OutputItems {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
member OutputItems : IDictionary<string, string> with get, set
Public Property OutputItems As IDictionary(Of String, String)
Valor de propriedade
Type: System.Collections.Generic.IDictionary<String, String>
Consulte também
Classe CloudServiceGetResponse.Resource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo