CloudServiceListResponse.CloudService.GeoRegion Propriedade
Opcional. A região geográfica em que esse serviço de nuvem pode executar.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string GeoRegion { get; set; }
public:
property String^ GeoRegion {
String^ get();
void set(String^ value);
}
member GeoRegion : string with get, set
Public Property GeoRegion As String
Valor de propriedade
Type: System.String
Consulte também
Classe CloudServiceListResponse.CloudService
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo