Delen via


BindOptions Class

Definition

Describes the bind options for the container

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

Constructors

BindOptions()

Creates an new BindOptions instance.

Properties

CreateHostPath

Indicate whether to create host path.

Propagation

Type of Bind Option

Selinux

Mention the selinux options.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BindOptions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BindOptions.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BindOptions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to