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

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