ResourceKind Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ResourceKind() |
Creates an new ResourceKind instance. |
Properties
Kind |
Kind of the resource |
Methods
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() |