IServerlessComputeSettings Interface
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.
[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) |