ContactProfilesPropertiesNetworkConfiguration Class

Definition

Network configuration of customer virtual network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfilesPropertiesNetworkConfigurationTypeConverter))]
public class ContactProfilesPropertiesNetworkConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfilesPropertiesNetworkConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfilesPropertiesNetworkConfigurationTypeConverter))>]
type ContactProfilesPropertiesNetworkConfiguration = class
    interface IContactProfilesPropertiesNetworkConfiguration
    interface IJsonSerializable
Public Class ContactProfilesPropertiesNetworkConfiguration
Implements IContactProfilesPropertiesNetworkConfiguration
Inheritance
ContactProfilesPropertiesNetworkConfiguration
Attributes
Implements

Constructors

Name Description
ContactProfilesPropertiesNetworkConfiguration()

Creates an new ContactProfilesPropertiesNetworkConfiguration instance.

Properties

Name Description
SubnetId

ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways. Needs to be at least a class C subnet, and should not have any IP created in it.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactProfilesPropertiesNetworkConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactProfilesPropertiesNetworkConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfilesPropertiesNetworkConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactProfilesPropertiesNetworkConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to