ServiceTagOutboundRule Class

Definition

Service Tag outbound rule for the managed network of a cognitive services account.

public class ServiceTagOutboundRule : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesOutboundRuleBasicProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.ServiceTagOutboundRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.ServiceTagOutboundRule>
type ServiceTagOutboundRule = class
    inherit CognitiveServicesOutboundRuleBasicProperties
    interface IJsonModel<ServiceTagOutboundRule>
    interface IPersistableModel<ServiceTagOutboundRule>
Public Class ServiceTagOutboundRule
Inherits CognitiveServicesOutboundRuleBasicProperties
Implements IJsonModel(Of ServiceTagOutboundRule), IPersistableModel(Of ServiceTagOutboundRule)
Inheritance
Implements

Constructors

Name Description
ServiceTagOutboundRule()

Initializes a new instance of ServiceTagOutboundRule.

Properties

Name Description
Category

Category of a managed network Outbound Rule of a cognitive services account.

(Inherited from CognitiveServicesOutboundRuleBasicProperties)
Destination

Service Tag destination.

ErrorInformation

Error information about an outbound rule of a cognitive services account if RuleStatus is failed.

(Inherited from CognitiveServicesOutboundRuleBasicProperties)
ParentRuleNames

Gets the ParentRuleNames.

(Inherited from CognitiveServicesOutboundRuleBasicProperties)
Status

Type of a managed network Outbound Rule of a cognitive services account.

(Inherited from CognitiveServicesOutboundRuleBasicProperties)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CognitiveServicesOutboundRuleBasicProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IJsonModel<CognitiveServicesOutboundRuleBasicProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IJsonModel<ServiceTagOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ServiceTagOutboundRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<CognitiveServicesOutboundRuleBasicProperties>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IPersistableModel<CognitiveServicesOutboundRuleBasicProperties>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IPersistableModel<CognitiveServicesOutboundRuleBasicProperties>.Write(ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IPersistableModel<ServiceTagOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ServiceTagOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ServiceTagOutboundRule>.Write(ModelReaderWriterOptions)

Applies to