ArmHciModelFactory.DevicePoolPatch 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.
Properties for patching Device Pool.
public static Azure.ResourceManager.Hci.Models.DevicePoolPatch DevicePoolPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member DevicePoolPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.Hci.Models.DevicePoolPatch
Public Shared Function DevicePoolPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As DevicePoolPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
Returns
A new DevicePoolPatch instance for mocking.