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

IServerlessComputeSettings Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to