AddApplicationPackageResponse.StorageUrl Property

 

Required. Gets or sets the URL to which the application package binary file should be uploaded.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top