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

ServerlessComputeSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServerlessComputeSettingsTypeConverter))]
public class ServerlessComputeSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessComputeSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServerlessComputeSettingsTypeConverter))>]
type ServerlessComputeSettings = class
    interface IServerlessComputeSettings
    interface IJsonSerializable
Public Class ServerlessComputeSettings
Implements IServerlessComputeSettings
Inheritance
ServerlessComputeSettings
Attributes
Implements

Constructors

ServerlessComputeSettings()

Creates an new ServerlessComputeSettings instance.

Properties

ServerlessComputeCustomSubnet

The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed

ServerlessComputeNoPublicIP

The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerlessComputeSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerlessComputeSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessComputeSettings.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerlessComputeSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to