Udostępnij za pośrednictwem


SliceConfiguration Class

Definition

Per-slice settings

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SliceConfigurationTypeConverter))]
public class SliceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISliceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SliceConfigurationTypeConverter))>]
type SliceConfiguration = class
    interface ISliceConfiguration
    interface IJsonSerializable
Public Class SliceConfiguration
Implements ISliceConfiguration
Inheritance
SliceConfiguration
Attributes
Implements

Constructors

SliceConfiguration()

Creates an new SliceConfiguration instance.

Properties

DataNetworkConfiguration

The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.

DefaultDataNetworkId

Data network resource ID.

SlouseId

Slice resource ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SliceConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SliceConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISliceConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SliceConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to