ServiceTagOutboundRule Class

Definition

Service Tag Outbound Rule for the managed network of a machine learning workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServiceTagOutboundRuleTypeConverter))]
public class ServiceTagOutboundRule : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServiceTagOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServiceTagOutboundRuleTypeConverter))>]
type ServiceTagOutboundRule = class
    interface IServiceTagOutboundRule
    interface IJsonSerializable
    interface IOutboundRule
    interface IValidates
Public Class ServiceTagOutboundRule
Implements IServiceTagOutboundRule, IValidates
Inheritance
ServiceTagOutboundRule
Attributes
Implements

Constructors

ServiceTagOutboundRule()

Creates an new ServiceTagOutboundRule instance.

Properties

Category

Category of a managed network Outbound Rule of a machine learning workspace.

DestinationAction

The action enum for networking rule.

DestinationAddressPrefix

Optional, if provided, the ServiceTag property will be ignored.

DestinationPortRange
DestinationProtocol
DestinationServiceTag
Status

Type of a managed network Outbound Rule of a machine learning workspace.

Type

Type of a managed network Outbound Rule of a machine learning workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceTagOutboundRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceTagOutboundRule.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceTagOutboundRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to