次の方法で共有


CsmOperationCollection Class

Definition

Collection of Azure resource manager operation metadata.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmOperationCollectionTypeConverter))]
public class CsmOperationCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmOperationCollectionTypeConverter))>]
type CsmOperationCollection = class
    interface ICsmOperationCollection
    interface IJsonSerializable
Public Class CsmOperationCollection
Implements ICsmOperationCollection
Inheritance
CsmOperationCollection
Attributes
Implements

Constructors

CsmOperationCollection()

Creates an new CsmOperationCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CsmOperationCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CsmOperationCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CsmOperationCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to