Condividi tramite


CustomProfile Class

Definition

Specifies the custom settings for the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.CustomProfileTypeConverter))]
public class CustomProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ICustomProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.CustomProfileTypeConverter))>]
type CustomProfile = class
    interface ICustomProfile
    interface IJsonSerializable
Public Class CustomProfile
Implements ICustomProfile
Inheritance
CustomProfile
Attributes
Implements

Constructors

Name Description
CustomProfile()

Creates an new CustomProfile instance.

Properties

Name Description
MetadataConfigurationPath

Path for metadata configuration.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ICustomProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to