DataDiskConfigurationCreateParameters.MediaLink Propriedade
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Sintaxe
public Uri MediaLink { get; set; }
public:
property Uri^ MediaLink {
Uri^ get();
void set(Uri^ value);
}
member MediaLink : Uri with get, set
Public Property MediaLink As Uri
Valor de propriedade
Type: System.Uri
Consulte também
Classe DataDiskConfigurationCreateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo