DeletedSasDefinitionBundle 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
| DeletedSasDefinitionBundle() | |
| DeletedSasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>) |
DeletedSasDefinitionBundle()
public DeletedSasDefinitionBundle();
Public Sub New ()
Applies to
DeletedSasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)
public DeletedSasDefinitionBundle(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, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionBundle : string * string * string * string * string * Microsoft.Azure.KeyVault.Models.SasDefinitionAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionBundle
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, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = 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>
- recoveryId
- System.String
- scheduledPurgeDate
- System.Nullable<System.DateTime>
- deletedDate
- System.Nullable<System.DateTime>