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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET