SecurityCenterPrivateEndpointConnectionData Class

Definition

The private endpoint connection resource.

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

Constructors

Name Description
SecurityCenterPrivateEndpointConnectionData()

Initializes a new instance of SecurityCenterPrivateEndpointConnectionData.

Properties

Name Description
GroupIds

The group ids for the private endpoint resource.

Id

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

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PrivateEndpointId

The resource identifier of the private endpoint.

PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

ProvisioningState

The provisioning state of the private endpoint connection resource.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<SecurityCenterPrivateEndpointConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SecurityCenterPrivateEndpointConnectionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SecurityCenterPrivateEndpointConnectionData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SecurityCenterPrivateEndpointConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SecurityCenterPrivateEndpointConnectionData>.Write(ModelReaderWriterOptions)

Applies to