Compartir a través de


ResourceKind Class

Definition

Describes an Azure resource with kind

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ResourceKindTypeConverter))]
public class ResourceKind : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IResourceKind
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ResourceKindTypeConverter))>]
type ResourceKind = class
    interface IResourceKind
    interface IJsonSerializable
Public Class ResourceKind
Implements IResourceKind
Inheritance
ResourceKind
Attributes
Implements

Constructors

Name Description
ResourceKind()

Creates an new ResourceKind instance.

Properties

Name Description
Kind

Kind of the resource

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceKind.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceKind.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IResourceKind.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceKind into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to