Share via


MediaServicesAccountCreateParameters.Region Property

 

Required. The region associated with the created Media Services account

Namespace:   Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly:  Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)

Syntax

public string Region { get; set; }
public:
property String^ Region {
    String^ get();
    void set(String^ value);
}
member Region : string with get, set
Public Property Region As String

Property Value

Type: System.String

See Also

MediaServicesAccountCreateParameters Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace

Return to top