ArmChaosModelFactory.ChaosPrivateAccessPatch 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.
Describes a private access update.
public static Azure.ResourceManager.Chaos.Models.ChaosPrivateAccessPatch ChaosPrivateAccessPatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member ChaosPrivateAccessPatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Chaos.Models.ChaosPrivateAccessPatch
Public Shared Function ChaosPrivateAccessPatch (Optional tags As IDictionary(Of String, String) = Nothing) As ChaosPrivateAccessPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new ChaosPrivateAccessPatch instance for mocking.