ArmDiscoveryModelFactory.DiscoveryPrivateEndpointConnectionProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.