ArmProviderHubModelFactory.AllowedUnauthorizedActionsExtension 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.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.
The intent.
Returns
A new AllowedUnauthorizedActionsExtension instance for mocking.