BEKDetails 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
BEKDetails() |
Initializes a new instance of the BEKDetails class. |
BEKDetails(String, String, String) |
Initializes a new instance of the BEKDetails class. |
BEKDetails()
Initializes a new instance of the BEKDetails class.
public BEKDetails ();
Public Sub New ()
Applies to
BEKDetails(String, String, String)
Initializes a new instance of the BEKDetails class.
public BEKDetails (string secretUrl = default, string secretVaultId = default, string secretData = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BEKDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BEKDetails
Public Sub New (Optional secretUrl As String = Nothing, Optional secretVaultId As String = Nothing, Optional secretData As String = Nothing)
Parameters
- secretUrl
- String
Secret is BEK.
- secretVaultId
- String
ID of the Key Vault where this Secret is stored.
- secretData
- String
BEK data.
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