TableSignedIdentifier 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
TableSignedIdentifier() |
Initializes a new instance of the TableSignedIdentifier class. |
TableSignedIdentifier(String, TableAccessPolicy) |
Initializes a new instance of the TableSignedIdentifier class. |
TableSignedIdentifier()
Initializes a new instance of the TableSignedIdentifier class.
public TableSignedIdentifier ();
Public Sub New ()
Applies to
TableSignedIdentifier(String, TableAccessPolicy)
Initializes a new instance of the TableSignedIdentifier class.
public TableSignedIdentifier (string id, Microsoft.Azure.Management.Storage.Models.TableAccessPolicy accessPolicy = default);
new Microsoft.Azure.Management.Storage.Models.TableSignedIdentifier : string * Microsoft.Azure.Management.Storage.Models.TableAccessPolicy -> Microsoft.Azure.Management.Storage.Models.TableSignedIdentifier
Public Sub New (id As String, Optional accessPolicy As TableAccessPolicy = Nothing)
Parameters
- id
- String
unique-64-character-value of the stored access policy.
- accessPolicy
- TableAccessPolicy
Access policy
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET