Share via


ArmSupportModelFactory.SecondaryConsentEnabled(String, String) Method

Definition

Initializes a new instance of SecondaryConsentEnabled.

public static Azure.ResourceManager.Support.Models.SecondaryConsentEnabled SecondaryConsentEnabled (string description = default, string secondaryConsentEnabledType = default);
static member SecondaryConsentEnabled : string * string -> Azure.ResourceManager.Support.Models.SecondaryConsentEnabled
Public Shared Function SecondaryConsentEnabled (Optional description As String = Nothing, Optional secondaryConsentEnabledType As String = Nothing) As SecondaryConsentEnabled

Parameters

description
String

User consent description.

secondaryConsentEnabledType
String

The Azure service for which secondary consent is needed for case creation.

Returns

A new SecondaryConsentEnabled instance for mocking.

Applies to