ArmProviderHubModelFactory.AllowedUnauthorizedActionsExtension Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.AllowedUnauthorizedActionsExtension AllowedUnauthorizedActionsExtension(string action = default, Azure.ResourceManager.ProviderHub.Models.AllowedUnauthorizedActionIntent? intent = default);
static member AllowedUnauthorizedActionsExtension : string * Nullable<Azure.ResourceManager.ProviderHub.Models.AllowedUnauthorizedActionIntent> -> Azure.ResourceManager.ProviderHub.Models.AllowedUnauthorizedActionsExtension
Public Shared Function AllowedUnauthorizedActionsExtension (Optional action As String = Nothing, Optional intent As Nullable(Of AllowedUnauthorizedActionIntent) = Nothing) As AllowedUnauthorizedActionsExtension

Parameters

action
String

The action.

Returns

A new AllowedUnauthorizedActionsExtension instance for mocking.

Applies to