Propriedade CloudService.GeoRegion
Optional. Gets or sets the geographical region in which this cloud service can run.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As CloudService
Dim value As String
value = instance.GeoRegion
instance.GeoRegion = value
Sintaxe
'Declaração
Public Property GeoRegion As String
public string GeoRegion { get; set; }
public:
property String^ GeoRegion {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_GeoRegion ()
/** @property */
public void set_GeoRegion (String value)
public function get GeoRegion () : String
public function set GeoRegion (value : String)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe CloudService
Membros CloudService
Namespace Microsoft.WindowsAzure.Management.Automation.Models