Udostępnij za pośrednictwem


ArmKeyVaultModelFactory.ManagedHsmPrivateEndpointConnectionData Method

Definition

Initializes a new instance of ManagedHsmPrivateEndpointConnectionData.

public static Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionData ManagedHsmPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ETag? etag = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.ResourceManager.KeyVault.Models.ManagedHsmSku sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ManagedHsmPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateEndpointConnectionProvisioningState> * Azure.ResourceManager.KeyVault.Models.ManagedHsmSku * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionData
Public Shared Function ManagedHsmPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As ManagedHsmPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of ManagedHsmPrivateEndpointConnectionProvisioningState) = Nothing, Optional sku As ManagedHsmSku = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As ManagedHsmPrivateEndpointConnectionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

etag
Nullable<ETag>

Modified whenever there is a change in the state of private endpoint connection.

privateEndpointId
ResourceIdentifier

Properties of the private endpoint object.

privateLinkServiceConnectionState
ManagedHsmPrivateLinkServiceConnectionState

Approval state of the private link connection.

provisioningState
Nullable<ManagedHsmPrivateEndpointConnectionProvisioningState>

Provisioning state of the private endpoint connection.

sku
ManagedHsmSku

SKU details.

identity
ManagedServiceIdentity

Managed service identity (system assigned and/or user assigned identities).

Returns

A new ManagedHsmPrivateEndpointConnectionData instance for mocking.

Applies to