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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET