你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmNetAppModelFactory.NetAppKeyVaultProperties 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.
Overloads
NetAppKeyVaultProperties(String, Uri, String, ResourceIdentifier, Nullable<NetAppKeyVaultStatus>) |
Initializes a new instance of NetAppKeyVaultProperties. |
NetAppKeyVaultProperties(String, Uri, String, String, Nullable<NetAppKeyVaultStatus>) |
Initializes a new instance of NetAppKeyVaultProperties. |
NetAppKeyVaultProperties(String, Uri, String, ResourceIdentifier, Nullable<NetAppKeyVaultStatus>)
- Source:
- ArmNetAppModelFactory.cs
Initializes a new instance of NetAppKeyVaultProperties.
public static Azure.ResourceManager.NetApp.Models.NetAppKeyVaultProperties NetAppKeyVaultProperties (string keyVaultId = default, Uri keyVaultUri = default, string keyName = default, Azure.Core.ResourceIdentifier keyVaultArmResourceId = default, Azure.ResourceManager.NetApp.Models.NetAppKeyVaultStatus? status = default);
static member NetAppKeyVaultProperties : string * Uri * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetApp.Models.NetAppKeyVaultStatus> -> Azure.ResourceManager.NetApp.Models.NetAppKeyVaultProperties
Public Shared Function NetAppKeyVaultProperties (Optional keyVaultId As String = Nothing, Optional keyVaultUri As Uri = Nothing, Optional keyName As String = Nothing, Optional keyVaultArmResourceId As ResourceIdentifier = Nothing, Optional status As Nullable(Of NetAppKeyVaultStatus) = Nothing) As NetAppKeyVaultProperties
Parameters
- keyVaultId
- String
UUID v4 used to identify the Azure Key Vault configuration.
- keyVaultUri
- Uri
The Uri of KeyVault.
- keyName
- String
The name of KeyVault key.
- keyVaultArmResourceId
- ResourceIdentifier
The resource ID of KeyVault.
- status
- Nullable<NetAppKeyVaultStatus>
Status of the KeyVault connection.
Returns
A new NetAppKeyVaultProperties instance for mocking.
Applies to
NetAppKeyVaultProperties(String, Uri, String, String, Nullable<NetAppKeyVaultStatus>)
- Source:
- ArmNetAppModelFactory.cs
- Source:
- ArmNetAppModelFactory.cs
Initializes a new instance of NetAppKeyVaultProperties.
public static Azure.ResourceManager.NetApp.Models.NetAppKeyVaultProperties NetAppKeyVaultProperties (string keyVaultId = default, Uri keyVaultUri = default, string keyName = default, string keyVaultResourceId = default, Azure.ResourceManager.NetApp.Models.NetAppKeyVaultStatus? status = default);
static member NetAppKeyVaultProperties : string * Uri * string * string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppKeyVaultStatus> -> Azure.ResourceManager.NetApp.Models.NetAppKeyVaultProperties
Public Shared Function NetAppKeyVaultProperties (Optional keyVaultId As String = Nothing, Optional keyVaultUri As Uri = Nothing, Optional keyName As String = Nothing, Optional keyVaultResourceId As String = Nothing, Optional status As Nullable(Of NetAppKeyVaultStatus) = Nothing) As NetAppKeyVaultProperties
Parameters
- keyVaultId
- String
UUID v4 used to identify the Azure Key Vault configuration.
- keyVaultUri
- Uri
The Uri of KeyVault.
- keyName
- String
The name of KeyVault key.
- keyVaultResourceId
- String
The resource ID of KeyVault.
- status
- Nullable<NetAppKeyVaultStatus>
Status of the KeyVault connection.
Returns
A new NetAppKeyVaultProperties instance for mocking.