Freigeben über


ResourceSet Class

Definition

The base resource set for visibility and auto-approval.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ResourceSetTypeConverter))]
public class ResourceSet : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ResourceSetTypeConverter))>]
type ResourceSet = class
    interface IResourceSet
    interface IJsonSerializable
Public Class ResourceSet
Implements IResourceSet
Inheritance
ResourceSet
Attributes
Implements

Constructors

ResourceSet()

Creates an new ResourceSet instance.

Properties

Subscription

The list of subscriptions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceSet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceSet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceSet.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceSet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to