ArmCdnModelFactory.ProfilePatch Method

Definition

public static Azure.ResourceManager.Cdn.Models.ProfilePatch ProfilePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, int? originResponseTimeoutSeconds = default, Azure.ResourceManager.Cdn.Models.ProfileLogScrubbing logScrubbing = default);
static member ProfilePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<int> * Azure.ResourceManager.Cdn.Models.ProfileLogScrubbing -> Azure.ResourceManager.Cdn.Models.ProfilePatch
Public Shared Function ProfilePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional originResponseTimeoutSeconds As Nullable(Of Integer) = Nothing, Optional logScrubbing As ProfileLogScrubbing = Nothing) As ProfilePatch

Parameters

tags
IDictionary<String,String>

Profile tags.

identity
ManagedServiceIdentity

Managed service identity (system assigned and/or user assigned identities).

originResponseTimeoutSeconds
Nullable<Int32>

Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.

logScrubbing
ProfileLogScrubbing

Defines rules to scrub sensitive fields in logs.

Returns

A new ProfilePatch instance for mocking.

Applies to