你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VaultSettingCreationInput Constructors
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.
VaultSettingCreationInput() |
Initializes a new instance of the VaultSettingCreationInput class. |
VaultSettingCreationInput(VaultSettingCreationInputProperties) |
Initializes a new instance of the VaultSettingCreationInput class. |
Initializes a new instance of the VaultSettingCreationInput class.
public VaultSettingCreationInput ();
Public Sub New ()
Applies to
Initializes a new instance of the VaultSettingCreationInput class.
public VaultSettingCreationInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultSettingCreationInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultSettingCreationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultSettingCreationInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultSettingCreationInput
Public Sub New (properties As VaultSettingCreationInputProperties)
Parameters
- properties
- VaultSettingCreationInputProperties
Vault setting creation input properties.