다음을 통해 공유


ListServiceSasResponse Constructors

Definition

Overloads

ListServiceSasResponse()

Initializes a new instance of the ListServiceSasResponse class.

ListServiceSasResponse(String)

Initializes a new instance of the ListServiceSasResponse class.

ListServiceSasResponse()

Initializes a new instance of the ListServiceSasResponse class.

public ListServiceSasResponse ();
Public Sub New ()

Applies to

ListServiceSasResponse(String)

Initializes a new instance of the ListServiceSasResponse class.

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

Parameters

serviceSasToken
String

List service SAS credentials of specific resource.

Applies to