Language

ArmDiscoveryModelFactory.DiscoveryPrivateEndpointConnectionProperties Method

Definition

public static Azure.ResourceManager.Discovery.Models.DiscoveryPrivateEndpointConnectionProperties DiscoveryPrivateEndpointConnectionProperties(System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.Discovery.Models.DiscoveryPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, Azure.ResourceManager.Discovery.Models.DiscoveryPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member DiscoveryPrivateEndpointConnectionProperties : seq<string> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Discovery.Models.DiscoveryPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.Discovery.Models.DiscoveryPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.Discovery.Models.DiscoveryPrivateEndpointConnectionProperties
Public Shared Function DiscoveryPrivateEndpointConnectionProperties (Optional groupIds As IEnumerable(Of String) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As DiscoveryPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of DiscoveryPrivateEndpointConnectionProvisioningState) = Nothing) As DiscoveryPrivateEndpointConnectionProperties

Parameters

groupIds
IEnumerable<String>

The group ids for the private endpoint resource.

privateEndpointId
ResourceIdentifier

The resource identifier of the private endpoint.

privateLinkServiceConnectionState
DiscoveryPrivateLinkServiceConnectionState

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

provisioningState
Nullable<DiscoveryPrivateEndpointConnectionProvisioningState>

The provisioning state of the private endpoint connection resource.

Returns

A new DiscoveryPrivateEndpointConnectionProperties instance for mocking.

Applies to