ArmHardwareSecurityModulesModelFactory.CloudHsmClusterPrivateEndpointConnectionProperties 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 CloudHsmClusterPrivateEndpointConnectionProperties.
public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProperties CloudHsmClusterPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<string> groupIds = default);
static member CloudHsmClusterPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState> * seq<string> -> Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProperties
Public Shared Function CloudHsmClusterPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As CloudHsmClusterPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of CloudHsmClusterPrivateEndpointConnectionProvisioningState) = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing) As CloudHsmClusterPrivateEndpointConnectionProperties
Parameters
- privateEndpointId
- ResourceIdentifier
The private endpoint resource.
- connectionState
- CloudHsmClusterPrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
- provisioningState
- Nullable<CloudHsmClusterPrivateEndpointConnectionProvisioningState>
The provisioning state of the private endpoint connection resource.
- groupIds
- IEnumerable<String>
The group ids for the private endpoint resource.
Returns
A new CloudHsmClusterPrivateEndpointConnectionProperties instance for mocking.
Applies to
Azure SDK for .NET