ListAccountSasResponseInner Constructors

Definition

Overloads

ListAccountSasResponseInner()

Initializes a new instance of the ListAccountSasResponseInner class.

ListAccountSasResponseInner(String)

Initializes a new instance of the ListAccountSasResponseInner class.

ListAccountSasResponseInner()

Initializes a new instance of the ListAccountSasResponseInner class.

public ListAccountSasResponseInner ();
Public Sub New ()

Applies to

ListAccountSasResponseInner(String)

Initializes a new instance of the ListAccountSasResponseInner class.

public ListAccountSasResponseInner (string accountSasToken = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.ListAccountSasResponseInner : string -> Microsoft.Azure.Management.Storage.Fluent.Models.ListAccountSasResponseInner
Public Sub New (Optional accountSasToken As String = Nothing)

Parameters

accountSasToken
String

List SAS credentials of storage account.

Applies to