Compartir a través de


IResource Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to