AccountSasParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AccountSasParameters() | |
AccountSasParameters(String, String, String, DateTime, String, Nullable<HttpProtocol>, Nullable<DateTime>, String) |
AccountSasParameters()
public AccountSasParameters ();
Public Sub New ()
Applies to
AccountSasParameters(String, String, String, DateTime, String, Nullable<HttpProtocol>, Nullable<DateTime>, String)
public AccountSasParameters (string services, string resourceTypes, string permissions, DateTime sharedAccessExpiryTime, string iPAddressOrRange = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.HttpProtocol? protocols = default, DateTime? sharedAccessStartTime = default, string keyToSign = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.AccountSasParameters : string * string * string * DateTime * string * Nullable<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.HttpProtocol> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.AccountSasParameters
Public Sub New (services As String, resourceTypes As String, permissions As String, sharedAccessExpiryTime As DateTime, Optional iPAddressOrRange As String = Nothing, Optional protocols As Nullable(Of HttpProtocol) = Nothing, Optional sharedAccessStartTime As Nullable(Of DateTime) = Nothing, Optional keyToSign As String = Nothing)
Parameters
- services
- String
- resourceTypes
- String
- permissions
- String
- sharedAccessExpiryTime
- DateTime
- iPAddressOrRange
- String
- protocols
- Nullable<HttpProtocol>
- keyToSign
- String