ResponseMessageEnvelopeRemotePrivateEndpointConnection Class

Definition

Message envelope that contains the common Azure resource manager properties and the resource provider specific content.

public class ResponseMessageEnvelopeRemotePrivateEndpointConnection : Azure.ResourceManager.Models.ResourceData
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
type ResponseMessageEnvelopeRemotePrivateEndpointConnection = class
    inherit ResourceData
    interface IJsonModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>
    interface IPersistableModel<ResponseMessageEnvelopeRemotePrivateEndpointConnection>
Public Class ResponseMessageEnvelopeRemotePrivateEndpointConnection
Inherits ResourceData
Public Class ResponseMessageEnvelopeRemotePrivateEndpointConnection
Inherits ResourceData
Implements IJsonModel(Of ResponseMessageEnvelopeRemotePrivateEndpointConnection), IPersistableModel(Of ResponseMessageEnvelopeRemotePrivateEndpointConnection)
Inheritance
ResponseMessageEnvelopeRemotePrivateEndpointConnection
Implements

Properties

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.

Location

Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.

Name

The name of the resource.

(Inherited from ResourceData)
Plan

Azure resource manager plan.

Properties

Resource specific 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.

Status

Azure-AsyncOperation Status info.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Tags associated with resource.

Zones

Logical Availability Zones the service is hosted in.

Explicit Interface Implementations

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