ArmApiCenterModelFactory.ApiCenterServicePatch 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.ApiCenter.Models.ApiCenterServicePatch ApiCenterServicePatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isRestore = default);
static member ApiCenterServicePatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Azure.ResourceManager.ApiCenter.Models.ApiCenterServicePatch
Public Shared Function ApiCenterServicePatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isRestore As Nullable(Of Boolean) = Nothing) As ApiCenterServicePatch
Parameters
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
Flag used to restore soft-deleted API Center service. If specified and set to 'true' all other properties will be ignored.
Returns
A new ApiCenterServicePatch instance for mocking.