Freigeben über


StorageActionIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageActionIdentityTypeConverter))]
public class StorageActionIdentity : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageActionIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageActionIdentityTypeConverter))>]
type StorageActionIdentity = class
    interface IStorageActionIdentity
    interface IJsonSerializable
Public Class StorageActionIdentity
Implements IStorageActionIdentity
Inheritance
StorageActionIdentity
Attributes
Implements

Constructors

Name Description
StorageActionIdentity()

Creates an new StorageActionIdentity instance.

Properties

Name Description
Id

Resource identity path

Location

The location to perform preview of the actions.

ResourceGroupName

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

StorageTaskName

The name of the storage task within the specified resource group. Storage task names must be between 3 and 18 characters in length and use numbers and lower-case letters only.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageActionIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageActionIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageActionIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageActionIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to