ServiceTagDestination Class

Definition

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

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

Constructors

ServiceTagDestination()

Creates an new ServiceTagDestination instance.

Properties

Action

The action enum for networking rule.

AddressPrefix

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

PortRange
Protocol
ServiceTag

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceTagDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceTagDestination.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceTagDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to