你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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