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