共用方式為


ExpandedPropertiesScope Class

Definition

Details of the resource scope

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.ExpandedPropertiesScopeTypeConverter))]
public class ExpandedPropertiesScope : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IExpandedPropertiesScope
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.ExpandedPropertiesScopeTypeConverter))>]
type ExpandedPropertiesScope = class
    interface IExpandedPropertiesScope
    interface IJsonSerializable
Public Class ExpandedPropertiesScope
Implements IExpandedPropertiesScope
Inheritance
ExpandedPropertiesScope
Attributes
Implements

Constructors

ExpandedPropertiesScope()

Creates an new ExpandedPropertiesScope instance.

Properties

DisplayName

Display name of the resource

Id

Scope id of the resource

Type

Type of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExpandedPropertiesScope.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExpandedPropertiesScope.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IExpandedPropertiesScope.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExpandedPropertiesScope into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to