Propriedade StorageAccountProperties.GeoPrimaryRegion
Optional. Indicates the primary geographical region in which the storage account exists at this time.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (em Microsoft.WindowsAzure.Management.Storage.dll)
Uso
'Uso
Dim instance As StorageAccountProperties
Dim value As String
value = instance.GeoPrimaryRegion
instance.GeoPrimaryRegion = value
Sintaxe
'Declaração
Public Property GeoPrimaryRegion As String
public string GeoPrimaryRegion { get; set; }
public:
property String^ GeoPrimaryRegion {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_GeoPrimaryRegion ()
/** @property */
public void set_GeoPrimaryRegion (String value)
public function get GeoPrimaryRegion () : String
public function set GeoPrimaryRegion (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 StorageAccountProperties
Membros StorageAccountProperties
Namespace Microsoft.WindowsAzure.Management.Storage.Models