PSKeyVaultProperties.CreateKVProperties(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.
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