Compartir a través de


Resource Class

Definition

Azure resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ResourceTypeConverter))]
public class Resource : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ResourceTypeConverter))>]
type Resource = class
    interface IResource
    interface IJsonSerializable
Public Class Resource
Implements IResource
Inheritance
Resource
Attributes
Implements

Constructors

Resource()

Creates an new Resource instance.

Properties

Etag

Entity Tag

Id

Specifies the resource ID.

Kind

Required. Gets or sets the Kind of the resource.

Location

Specifies the location of the resource.

Name

Specifies the name of the resource.

SkuName

The sku name

SkuTier

Gets the sku tier. This is based on the SKU name.

Tag

Contains resource tags defined as key/value pairs.

Type

Specifies the type of the resource.

Zone

Entity zones

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Resource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Resource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Resource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to