你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExistingProtectionProfile Class
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.
Existing storage account input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ExistingProtectionProfileTypeConverter))]
public class ExistingProtectionProfile : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IExistingProtectionProfile, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ExistingProtectionProfileTypeConverter))>]
type ExistingProtectionProfile = class
interface IExistingProtectionProfile
interface IJsonSerializable
interface IProtectionProfileCustomDetails
interface IValidates
Public Class ExistingProtectionProfile
Implements IExistingProtectionProfile, IValidates
- Inheritance
-
ExistingProtectionProfile
- Attributes
- Implements
Constructors
ExistingProtectionProfile() |
Creates an new ExistingProtectionProfile instance. |
Properties
ProtectionProfileId |
The protection profile Arm Id. Throw error, if resource does not exists. |
ResourceType |
The class type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExistingProtectionProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExistingProtectionProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IExistingProtectionProfile. |
FromJsonString(String) |
Creates a new instance of ExistingProtectionProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExistingProtectionProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |