ArmSupportModelFactory.SecondaryConsentEnabled(String, String) 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET