DualStackEndpointPreference 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.
Dual-stack endpoint preference defines whether IPv6 endpoints are going to be published.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DualStackEndpointPreferenceTypeConverter))]
public class DualStackEndpointPreference : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDualStackEndpointPreference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DualStackEndpointPreferenceTypeConverter))>]
type DualStackEndpointPreference = class
interface IDualStackEndpointPreference
interface IJsonSerializable
Public Class DualStackEndpointPreference
Implements IDualStackEndpointPreference
- Inheritance
-
DualStackEndpointPreference
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DualStackEndpointPreference() |
Creates an new DualStackEndpointPreference instance. |
Properties
| Name | Description |
|---|---|
| PublishIpv6Endpoint |
A boolean flag which indicates whether IPv6 storage endpoints are to be published. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DualStackEndpointPreference. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DualStackEndpointPreference. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDualStackEndpointPreference. |
| FromJsonString(String) |
Creates a new instance of DualStackEndpointPreference, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DualStackEndpointPreference into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |