ConnectedResourceInfo Class

Definition

Describes properties of a connected resource.

public class ConnectedResourceInfo
public class ConnectedResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.ConnectedResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.ConnectedResourceInfo>
type ConnectedResourceInfo = class
type ConnectedResourceInfo = class
    interface IJsonModel<ConnectedResourceInfo>
    interface IPersistableModel<ConnectedResourceInfo>
Public Class ConnectedResourceInfo
Public Class ConnectedResourceInfo
Implements IJsonModel(Of ConnectedResourceInfo), IPersistableModel(Of ConnectedResourceInfo)
Inheritance
ConnectedResourceInfo
Implements

Properties

ConnectedResourceId

The Azure resource id of the connected resource.

TcpPorts

The allowed tcp ports.

UdpPorts

The allowed udp ports.

Explicit Interface Implementations

IJsonModel<ConnectedResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConnectedResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConnectedResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to