ReplicationProtectionIntent 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.
Replication protection intent.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReplicationProtectionIntentTypeConverter))]
public class ReplicationProtectionIntent : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationProtectionIntent, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReplicationProtectionIntentTypeConverter))>]
type ReplicationProtectionIntent = class
interface IReplicationProtectionIntent
interface IJsonSerializable
interface IResource
interface IValidates
Public Class ReplicationProtectionIntent
Implements IReplicationProtectionIntent, IValidates
- Inheritance
-
ReplicationProtectionIntent
- Attributes
- Implements
Constructors
ReplicationProtectionIntent() |
Creates an new ReplicationProtectionIntent instance. |
Properties
CreationTimeUtc |
The creation time in UTC. |
FriendlyName |
The name. |
Id |
Resource Id |
IsActive |
A value indicating whether the intent object is active. |
JobId |
The job Id. |
JobState |
The job state. |
Location |
Resource Location |
Name |
Resource Name |
ProviderSpecificDetailInstanceType |
Gets the Instance type. |
Type |
Resource Type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicationProtectionIntent. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicationProtectionIntent. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationProtectionIntent. |
FromJsonString(String) |
Creates a new instance of ReplicationProtectionIntent, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicationProtectionIntent into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |