Condividi tramite


ArmApiCenterModelFactory.ApiCenterServicePatch Method

Definition

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.

isRestore
Nullable<Boolean>

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.

Applies to