Freigeben über


OperationsDiscoveryCollection Class

Definition

Collection of ClientDiscovery details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.OperationsDiscoveryCollectionTypeConverter))]
public class OperationsDiscoveryCollection : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IOperationsDiscoveryCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.OperationsDiscoveryCollectionTypeConverter))>]
type OperationsDiscoveryCollection = class
    interface IOperationsDiscoveryCollection
    interface IJsonSerializable
Public Class OperationsDiscoveryCollection
Implements IOperationsDiscoveryCollection
Inheritance
OperationsDiscoveryCollection
Attributes
Implements

Constructors

Name Description
OperationsDiscoveryCollection()

Creates an new OperationsDiscoveryCollection instance.

Properties

Name Description
NextLink

Gets or sets the value of next link.

Value

Gets or sets the ClientDiscovery details.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsDiscoveryCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsDiscoveryCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IOperationsDiscoveryCollection.

FromJsonString(String)

Creates a new instance of OperationsDiscoveryCollection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsDiscoveryCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to