Delen via


NetworkProfile Class

Definition

The network profile definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.NetworkProfileTypeConverter))]
public class NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.INetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.NetworkProfileTypeConverter))>]
type NetworkProfile = class
    interface INetworkProfile
    interface IJsonSerializable
Public Class NetworkProfile
Implements INetworkProfile
Inheritance
NetworkProfile
Attributes
Implements

Constructors

NetworkProfile()

Creates an new NetworkProfile instance.

Properties

NetworkInterface

Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.

SubnetId

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.INetworkProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to