TimeWindow.TimeZone Propriedade
Opcional. As informações de fuso horário.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
public string TimeZone { get; set; }
public:
property String^ TimeZone {
String^ get();
void set(String^ value);
}
member TimeZone : string with get, set
Public Property TimeZone As String
Valor de propriedade
Type: System.String
Consulte também
Classe TimeWindow
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo