IDatasourceSet Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DatasourceSetTypeConverter))]
public interface IDatasourceSet : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DatasourceSetTypeConverter))>]
type IDatasourceSet = interface
interface IJsonSerializable
Public Interface IDatasourceSet
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DatasourceType |
DatasourceType of the resource. |
ObjectType |
Type of Datasource object, used to initialize the right inherited type |
ResourceId |
Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault. |
ResourceLocation |
Location of datasource. |
ResourceName |
Unique identifier of the resource in the context of parent. |
ResourcePropertyObjectType |
Type of the specific object - used for deserializing |
ResourceType |
Resource Type of Datasource. |
ResourceUri |
Uri of the resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |