ArmMongoClusterModelFactory.MongoClusterPrivateEndpointConnectionProperties 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.
Initializes a new instance of MongoClusterPrivateEndpointConnectionProperties.
public static Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateEndpointConnectionProperties MongoClusterPrivateEndpointConnectionProperties (System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member MongoClusterPrivateEndpointConnectionProperties : seq<string> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateEndpointConnectionProperties
Public Shared Function MongoClusterPrivateEndpointConnectionProperties (Optional groupIds As IEnumerable(Of String) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As MongoClusterPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of MongoClusterPrivateEndpointConnectionProvisioningState) = Nothing) As MongoClusterPrivateEndpointConnectionProperties
Parameters
- groupIds
- IEnumerable<String>
The group ids for the private endpoint resource.
- privateEndpointId
- ResourceIdentifier
The private endpoint resource.
- privateLinkServiceConnectionState
- MongoClusterPrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
- provisioningState
- Nullable<MongoClusterPrivateEndpointConnectionProvisioningState>
The provisioning state of the private endpoint connection resource.
Returns
A new MongoClusterPrivateEndpointConnectionProperties instance for mocking.