ArmCdnModelFactory.ProfilePatch 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.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).
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.