ArmPlanetaryComputerModelFactory.PlanetaryComputerGeoCatalogPatch Method

Definition

The properties of a GeoCatalog that can be updated.

public static Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogPatch PlanetaryComputerGeoCatalogPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member PlanetaryComputerGeoCatalogPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogPatch
Public Shared Function PlanetaryComputerGeoCatalogPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As PlanetaryComputerGeoCatalogPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identity properties to update.

Returns

A new PlanetaryComputerGeoCatalogPatch instance for mocking.

Applies to