TargetLocation 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.
Target Location details for optional copy of backups
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.TargetLocationTypeConverter))]
public class TargetLocation : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ITargetLocation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.TargetLocationTypeConverter))>]
type TargetLocation = class
interface ITargetLocation
interface IJsonSerializable
Public Class TargetLocation
Implements ITargetLocation
- Inheritance
-
TargetLocation
- Attributes
- Implements
Constructors
TargetLocation() |
Creates an new TargetLocation instance. |
Properties
AccountKey |
Storage Account Key. |
StorageAccountResourceId |
Resource Id of the storage account copying backups. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TargetLocation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TargetLocation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ITargetLocation. |
FromJsonString(String) |
Creates a new instance of TargetLocation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TargetLocation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |