ArmComputeModelFactory.DiskAccessPatch 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.Compute.Models.DiskAccessPatch DiskAccessPatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member DiskAccessPatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Compute.Models.DiskAccessPatch
Public Shared Function DiskAccessPatch (Optional tags As IDictionary(Of String, String) = Nothing) As DiskAccessPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new DiskAccessPatch instance for mocking.