Partager via


Placement Class

Definition

The complex type of the zonal placement details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.PlacementTypeConverter))]
public class Placement : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IPlacement
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.PlacementTypeConverter))>]
type Placement = class
    interface IPlacement
    interface IJsonSerializable
Public Class Placement
Implements IPlacement
Inheritance
Placement
Attributes
Implements

Constructors

Name Description
Placement()

Creates an new Placement instance.

Properties

Name Description
ZonePlacementPolicy

The availability zone pinning policy for the storage account.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Placement.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Placement.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IPlacement.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Placement into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to