ResponseMessageEnvelopeRemotePrivateEndpointConnection Class

Definition

Message envelope that contains the common Azure resource manager properties and the resource provider specific content. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection

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

Properties

Name Description
Error

Azure-AsyncOperation Error info.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

MSI resource Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.identity

Location

Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.location

Name

The name of the resource.

(Inherited from ResourceData)
Plan

Azure resource manager plan. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.plan

Properties

Resource specific properties. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.properties

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Sku

SKU description of the resource. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.sku

Status

Azure-AsyncOperation Status info. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.status

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Tags associated with resource. Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.tags

Zones

Logical Availability Zones the service is hosted in Serialized Name: ResponseMessageEnvelopeRemotePrivateEndpointConnection.zones

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to