Partager via


OutboundRuleListResult Class

Definition

List of outbound rules for the managed network of a machine learning workspace.

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

Constructors

OutboundRuleListResult()

Creates an new OutboundRuleListResult instance.

Properties

NextLink

The link to the next page constructed using the continuationToken. If null, there are no additional pages.

Value

The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundRuleListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundRuleListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundRuleListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to