ArmLoadTestingModelFactory.LoadTestingCmkIdentity 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.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.