Share via


QumuloIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Qumulo.Models.QumuloIdentityTypeConverter))]
public class QumuloIdentity : Microsoft.Azure.PowerShell.Cmdlets.Qumulo.Models.IQumuloIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Qumulo.Models.QumuloIdentityTypeConverter))>]
type QumuloIdentity = class
    interface IQumuloIdentity
    interface IJsonSerializable
Public Class QumuloIdentity
Implements IQumuloIdentity
Inheritance
QumuloIdentity
Attributes
Implements

Constructors

QumuloIdentity()

Creates an new QumuloIdentity instance.

Properties

FileSystemName

Name of the File System resource

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QumuloIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QumuloIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Qumulo.Models.IQumuloIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QumuloIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to