ServerlessComputeSettings Class
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.
The ServerlessComputeSettings.
public class ServerlessComputeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.ServerlessComputeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ServerlessComputeSettings>
type ServerlessComputeSettings = class
interface IJsonModel<ServerlessComputeSettings>
interface IPersistableModel<ServerlessComputeSettings>
Public Class ServerlessComputeSettings
Implements IJsonModel(Of ServerlessComputeSettings), IPersistableModel(Of ServerlessComputeSettings)
- Inheritance
-
ServerlessComputeSettings
- Implements
Constructors
ServerlessComputeSettings() |
Initializes a new instance of ServerlessComputeSettings. |
Properties
HasNoPublicIP |
The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint. |
ServerlessComputeCustomSubnet |
The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed. |
Explicit Interface Implementations
IJsonModel<ServerlessComputeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServerlessComputeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServerlessComputeSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServerlessComputeSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServerlessComputeSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET