Compartir a través de


StorageConfigurationResponse Class

Definition

Api output result when there is an existing storage configuration entry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.StorageConfigurationResponseTypeConverter))]
public class StorageConfigurationResponse : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IStorageConfigurationResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.StorageConfigurationResponseTypeConverter))>]
type StorageConfigurationResponse = class
    interface IStorageConfigurationResponse
    interface IJsonSerializable
Public Class StorageConfigurationResponse
Implements IStorageConfigurationResponse
Inheritance
StorageConfigurationResponse
Attributes
Implements

Constructors

StorageConfigurationResponse()

Creates an new StorageConfigurationResponse instance.

Properties

StorageAccountId

Fully qualified storage account Id. Example: "/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageConfigurationResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageConfigurationResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IStorageConfigurationResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageConfigurationResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to