RequiredForResourcesCollection 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.
Required for resources collection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.RequiredForResourcesCollectionTypeConverter))]
public class RequiredForResourcesCollection : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IRequiredForResourcesCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.RequiredForResourcesCollectionTypeConverter))>]
type RequiredForResourcesCollection = class
interface IRequiredForResourcesCollection
interface IJsonSerializable
Public Class RequiredForResourcesCollection
Implements IRequiredForResourcesCollection
- Inheritance
-
RequiredForResourcesCollection
- Attributes
- Implements
Constructors
RequiredForResourcesCollection() |
Creates an new RequiredForResourcesCollection instance. |
Properties
SourceId |
Gets or sets the list of source Ids for which the input resource is required. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RequiredForResourcesCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RequiredForResourcesCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IRequiredForResourcesCollection. |
FromJsonString(String) |
Creates a new instance of RequiredForResourcesCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RequiredForResourcesCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |