CognitiveServicesFqdnOutboundRule Class

Definition

FQDN Outbound Rule for the managed network of a cognitive services account.

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

Constructors

Name Description
CognitiveServicesFqdnOutboundRule()

Initializes a new instance of CognitiveServicesFqdnOutboundRule.

Properties

Name Description
Category

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

(Inherited from CognitiveServicesOutboundRuleBasicProperties)
Destination

Gets or sets the 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<CognitiveServicesFqdnOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<CognitiveServicesFqdnOutboundRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<CognitiveServicesOutboundRuleBasicProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IJsonModel<CognitiveServicesOutboundRuleBasicProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IPersistableModel<CognitiveServicesFqdnOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<CognitiveServicesFqdnOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<CognitiveServicesFqdnOutboundRule>.Write(ModelReaderWriterOptions)
IPersistableModel<CognitiveServicesOutboundRuleBasicProperties>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IPersistableModel<CognitiveServicesOutboundRuleBasicProperties>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)
IPersistableModel<CognitiveServicesOutboundRuleBasicProperties>.Write(ModelReaderWriterOptions) (Inherited from CognitiveServicesOutboundRuleBasicProperties)

Applies to