ArmCdnModelFactory.CdnKeyGroupPatch 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 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.