Placement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |