Condividi tramite


StorageCacheIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.StorageCacheIdentityTypeConverter))]
public class StorageCacheIdentity : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IStorageCacheIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.StorageCacheIdentityTypeConverter))>]
type StorageCacheIdentity = class
    interface IStorageCacheIdentity
    interface IJsonSerializable
Public Class StorageCacheIdentity
Implements IStorageCacheIdentity
Inheritance
StorageCacheIdentity
Attributes
Implements

Constructors

StorageCacheIdentity()

Creates an new StorageCacheIdentity instance.

Properties

AmlFilesystemName

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

CacheName

Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.

Id

Resource identity path

Location

The name of Azure region.

OperationId

The ID of an ongoing async operation.

ResourceGroupName

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

StorageTargetName

Name of Storage Target.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageCacheIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageCacheIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IStorageCacheIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageCacheIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to