GetApplicationPackageResult.StorageUrl Property

 

Gets or sets the storage URL at which the application package is stored.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "storageUrl")]
public string StorageUrl { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "storageUrl")]
property String^ StorageUrl {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "storageUrl")>]
member StorageUrl : string with get, set
<JsonPropertyAttribute(PropertyName := "storageUrl")>
Public Property StorageUrl As String

Property Value

Type: System.String

See Also

GetApplicationPackageResult Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top