SasQueryParameters Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SasQueryParameters() |
Inicializa uma nova instância da classe SasQueryParameters. |
SasQueryParameters(IDictionary<String,String>) |
Cria uma nova instância do SasQueryParameters tipo com base nos parâmetros de consulta fornecidos |
SasQueryParameters(String, Nullable<AccountSasServices>, Nullable<AccountSasResourceTypes>, SasProtocol, DateTimeOffset, DateTimeOffset, SasIPRange, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String) |
Cria uma nova instância de SasQueryParameters. |
SasQueryParameters()
- Origem:
- SasQueryParameters.cs
- Origem:
- SasQueryParameters.cs
Inicializa uma nova instância da classe SasQueryParameters.
protected SasQueryParameters ();
Protected Sub New ()
Aplica-se a
SasQueryParameters(IDictionary<String,String>)
- Origem:
- SasQueryParameters.cs
- Origem:
- SasQueryParameters.cs
Cria uma nova instância do SasQueryParameters tipo com base nos parâmetros de consulta fornecidos values
.
Todos os parâmetros de consulta relacionados à SAS serão removidos de values
.
protected SasQueryParameters (System.Collections.Generic.IDictionary<string,string> values);
new Azure.Storage.Sas.SasQueryParameters : System.Collections.Generic.IDictionary<string, string> -> Azure.Storage.Sas.SasQueryParameters
Protected Sub New (values As IDictionary(Of String, String))
Parâmetros
- values
- IDictionary<String,String>
Parâmetros de consulta URI
Aplica-se a
SasQueryParameters(String, Nullable<AccountSasServices>, Nullable<AccountSasResourceTypes>, SasProtocol, DateTimeOffset, DateTimeOffset, SasIPRange, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String)
- Origem:
- SasQueryParameters.cs
- Origem:
- SasQueryParameters.cs
Cria uma nova instância de SasQueryParameters.
protected SasQueryParameters (string version, Azure.Storage.Sas.AccountSasServices? services, Azure.Storage.Sas.AccountSasResourceTypes? resourceTypes, Azure.Storage.Sas.SasProtocol protocol, DateTimeOffset startsOn, DateTimeOffset expiresOn, Azure.Storage.Sas.SasIPRange ipRange, string identifier, string resource, string permissions, string signature, string cacheControl = default, string contentDisposition = default, string contentEncoding = default, string contentLanguage = default, string contentType = default, string authorizedAadObjectId = default, string unauthorizedAadObjectId = default, string correlationId = default, int? directoryDepth = default, string encryptionScope = default);
new Azure.Storage.Sas.SasQueryParameters : string * Nullable<Azure.Storage.Sas.AccountSasServices> * Nullable<Azure.Storage.Sas.AccountSasResourceTypes> * Azure.Storage.Sas.SasProtocol * DateTimeOffset * DateTimeOffset * Azure.Storage.Sas.SasIPRange * string * string * string * string * string * string * string * string * string * string * string * string * Nullable<int> * string -> Azure.Storage.Sas.SasQueryParameters
Protected Sub New (version As String, services As Nullable(Of AccountSasServices), resourceTypes As Nullable(Of AccountSasResourceTypes), protocol As SasProtocol, startsOn As DateTimeOffset, expiresOn As DateTimeOffset, ipRange As SasIPRange, identifier As String, resource As String, permissions As String, signature As String, Optional cacheControl As String = Nothing, Optional contentDisposition As String = Nothing, Optional contentEncoding As String = Nothing, Optional contentLanguage As String = Nothing, Optional contentType As String = Nothing, Optional authorizedAadObjectId As String = Nothing, Optional unauthorizedAadObjectId As String = Nothing, Optional correlationId As String = Nothing, Optional directoryDepth As Nullable(Of Integer) = Nothing, Optional encryptionScope As String = Nothing)
Parâmetros
- version
- String
- services
- Nullable<AccountSasServices>
- resourceTypes
- Nullable<AccountSasResourceTypes>
- protocol
- SasProtocol
- startsOn
- DateTimeOffset
- expiresOn
- DateTimeOffset
- ipRange
- SasIPRange
- identifier
- String
- resource
- String
- permissions
- String
- signature
- String
- cacheControl
- String
- contentDisposition
- String
- contentEncoding
- String
- contentLanguage
- String
- contentType
- String
- authorizedAadObjectId
- String
- unauthorizedAadObjectId
- String
- correlationId
- String
- encryptionScope
- String
Aplica-se a
Azure SDK for .NET