NetworkProfile 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 network profile of the machines in the pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.NetworkProfileTypeConverter))]
public class NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.INetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.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
SubnetId |
The subnet id on which to put all machines created in the pool. |
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.Mdp.Models.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. |
ToString() |