ArmSphereModelFactory.SphereCatalogPatch 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.
The type used for update operations of the Catalog.
public static Azure.ResourceManager.Sphere.Models.SphereCatalogPatch SphereCatalogPatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member SphereCatalogPatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Sphere.Models.SphereCatalogPatch
Public Shared Function SphereCatalogPatch (Optional tags As IDictionary(Of String, String) = Nothing) As SphereCatalogPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new SphereCatalogPatch instance for mocking.