Udostępnij za pośrednictwem


PSKeyVaultProperties.CreateKVProperties(String, String, String) Method

Definition

Creates an instance of PSKeyVaultProperties

public static Microsoft.Azure.Commands.OperationalInsights.Models.PSKeyVaultProperties CreateKVProperties (string keyVaultUri = default, string keyName = default, string keyVersion = default);
static member CreateKVProperties : string * string * string -> Microsoft.Azure.Commands.OperationalInsights.Models.PSKeyVaultProperties
Public Shared Function CreateKVProperties (Optional keyVaultUri As String = Nothing, Optional keyName As String = Nothing, Optional keyVersion As String = Nothing) As PSKeyVaultProperties

Parameters

keyVaultUri
String
keyName
String
keyVersion
String

Returns

PSKeyVaultProperties object ,if no value was passed a null will be returned

Applies to