SecretsLocationDetails(HciSecretsType, String) Constructor
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.
Initializes a new instance of SecretsLocationDetails.
public SecretsLocationDetails(Azure.ResourceManager.Hci.Models.HciSecretsType secretsType, string secretsLocation);
new Azure.ResourceManager.Hci.Models.SecretsLocationDetails : Azure.ResourceManager.Hci.Models.HciSecretsType * string -> Azure.ResourceManager.Hci.Models.SecretsLocationDetails
Public Sub New (secretsType As HciSecretsType, secretsLocation As String)
Parameters
- secretsType
- HciSecretsType
Type of secrets to store.
- secretsLocation
- String
secrets location.
Exceptions
secretsLocation is null.