CloudServiceListResponse.CloudService.AddOnResource.OutputItems Propriedade
Opcional. Itens de saída associados a um recurso individual.
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 CloudServiceListResponse.CloudService.AddOnResource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo