ArmCdnModelFactory.CdnKeyGroupPatch Method

Definition

The JSON object containing properties of key group to create or update.

public static Azure.ResourceManager.Cdn.Models.CdnKeyGroupPatch CdnKeyGroupPatch(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnResourceReference> keyReferences = default);
static member CdnKeyGroupPatch : seq<Azure.ResourceManager.Cdn.Models.CdnResourceReference> -> Azure.ResourceManager.Cdn.Models.CdnKeyGroupPatch
Public Shared Function CdnKeyGroupPatch (Optional keyReferences As IEnumerable(Of CdnResourceReference) = Nothing) As CdnKeyGroupPatch

Parameters

keyReferences
IEnumerable<CdnResourceReference>

Names of UrlSigningKey type secret objects.

Returns

A new CdnKeyGroupPatch instance for mocking.

Applies to