StorageAccountProperties.Url Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property Url As Uri
[DataMemberAttribute(Order = )]
public Uri Url { get; private set; }
[DataMemberAttribute(Order = )]
public:
property Uri^ Url {
    Uri^ get ();
    private: void set (Uri^ value);
}
[<DataMemberAttribute(Order = )>]
member Url : Uri with get, private set
function get Url () : Uri 
private function set Url (value : Uri)

Property Value

Type: System.Uri

.NET Framework Security

See Also

Reference

StorageAccountProperties Class

Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace