IWithWindowsCreateUnmanaged.WithVaultSecret(String, String, String) Method
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.
Specifies a vault secret to add to the vm. Each call to this method adds to the list of vault secrets.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithWindowsCreateUnmanaged WithVaultSecret (string vaultId, string certificateUrl, string certificateStore);
abstract member WithVaultSecret : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithWindowsCreateUnmanaged
Public Function WithVaultSecret (vaultId As String, certificateUrl As String, certificateStore As String) As IWithWindowsCreateUnmanaged
Parameters
- vaultId
- String
The vault id.
- certificateUrl
- String
The vault certificate URL.
- certificateStore
- String
The vm certificate store e.g. "My".
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET