你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomProfile Class

Definition

Specifies the custom settings for the virtual machine.

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

Constructors

CustomProfile()

Creates an new CustomProfile instance.

Properties

MetadataConfigurationPath

Path for metadata configuration.

Methods

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.Api20210501.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