VaultCreds 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
| VaultCreds() | |
| VaultCreds(String, String, String, AcsNamespace, String) |
VaultCreds()
public VaultCreds ();
Public Sub New ()
Applies to
VaultCreds(String, String, String, AcsNamespace, String)
public VaultCreds (string subscriptionId, string resourceName, string managementCert, Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace acsNamespace, string resourceType = default);
new Microsoft.Azure.Portal.RecoveryServices.Models.Common.VaultCreds : string * string * string * Microsoft.Azure.Portal.RecoveryServices.Models.Common.AcsNamespace * string -> Microsoft.Azure.Portal.RecoveryServices.Models.Common.VaultCreds
Public Sub New (subscriptionId As String, resourceName As String, managementCert As String, acsNamespace As AcsNamespace, Optional resourceType As String = Nothing)
Parameters
- subscriptionId
- String
- resourceName
- String
- managementCert
- String
- acsNamespace
- AcsNamespace
- resourceType
- String