ArmLoadTestingModelFactory.LoadTestingCmkIdentity Method

Definition

public static Azure.ResourceManager.LoadTesting.Models.LoadTestingCmkIdentity LoadTestingCmkIdentity(Azure.ResourceManager.LoadTesting.Models.LoadTestingCmkIdentityType? identityType = default, Azure.Core.ResourceIdentifier resourceId = default);
static member LoadTestingCmkIdentity : Nullable<Azure.ResourceManager.LoadTesting.Models.LoadTestingCmkIdentityType> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.LoadTesting.Models.LoadTestingCmkIdentity
Public Shared Function LoadTestingCmkIdentity (Optional identityType As Nullable(Of LoadTestingCmkIdentityType) = Nothing, Optional resourceId As ResourceIdentifier = Nothing) As LoadTestingCmkIdentity

Parameters

identityType
Nullable<LoadTestingCmkIdentityType>

Managed identity type to use for accessing encryption key Url.

resourceId
ResourceIdentifier

User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.

Returns

A new LoadTestingCmkIdentity instance for mocking.

Applies to