SasDefinitionBundle 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
| SasDefinitionBundle() | |
| SasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>) |
SasDefinitionBundle()
SasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>)
- Source:
- SasDefinitionBundle.cs
public SasDefinitionBundle(string id = default, string secretId = default, string templateUri = default, string sasType = default, string validityPeriod = default, Microsoft.Azure.KeyVault.Models.SasDefinitionAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.SasDefinitionBundle : string * string * string * string * string * Microsoft.Azure.KeyVault.Models.SasDefinitionAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.SasDefinitionBundle
Public Sub New (Optional id As String = Nothing, Optional secretId As String = Nothing, Optional templateUri As String = Nothing, Optional sasType As String = Nothing, Optional validityPeriod As String = Nothing, Optional attributes As SasDefinitionAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- id
- System.String
- secretId
- System.String
- templateUri
- System.String
- sasType
- System.String
- validityPeriod
- System.String
- attributes
- SasDefinitionAttributes
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>