NetworkFunctionUserConfigurationOSProfile 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.
Specifies the operating system settings for the role instance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionUserConfigurationOSProfileTypeConverter))]
public class NetworkFunctionUserConfigurationOSProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionUserConfigurationOSProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionUserConfigurationOSProfileTypeConverter))>]
type NetworkFunctionUserConfigurationOSProfile = class
interface INetworkFunctionUserConfigurationOSProfile
interface IJsonSerializable
Public Class NetworkFunctionUserConfigurationOSProfile
Implements INetworkFunctionUserConfigurationOSProfile
- Inheritance
-
NetworkFunctionUserConfigurationOSProfile
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFunctionUserConfigurationOSProfile() |
Creates an new NetworkFunctionUserConfigurationOSProfile instance. |
Properties
| Name | Description |
|---|---|
| CustomData | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFunctionUserConfigurationOSProfile. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFunctionUserConfigurationOSProfile. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionUserConfigurationOSProfile. |
| FromJsonString(String) |
Creates a new instance of NetworkFunctionUserConfigurationOSProfile, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFunctionUserConfigurationOSProfile into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |