ArmLoadTestingModelFactory.LoadTestingResourcePatch Method

Definition

public static Azure.ResourceManager.LoadTesting.Models.LoadTestingResourcePatch LoadTestingResourcePatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, Azure.ResourceManager.LoadTesting.Models.LoadTestingCmkEncryptionProperties encryption = default);
static member LoadTestingResourcePatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * string * Azure.ResourceManager.LoadTesting.Models.LoadTestingCmkEncryptionProperties -> Azure.ResourceManager.LoadTesting.Models.LoadTestingResourcePatch
Public Shared Function LoadTestingResourcePatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional encryption As LoadTestingCmkEncryptionProperties = Nothing) As LoadTestingResourcePatch

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

description
String

Description of the resource.

encryption
LoadTestingCmkEncryptionProperties

CMK Encryption property.

Returns

A new LoadTestingResourcePatch instance for mocking.

Applies to