ArmProviderHubModelFactory.AllowedResourceName(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.
public static Azure.ResourceManager.ProviderHub.Models.AllowedResourceName AllowedResourceName(string name = default, string getActionVerb = default);
static member AllowedResourceName : string * string -> Azure.ResourceManager.ProviderHub.Models.AllowedResourceName
Public Shared Function AllowedResourceName (Optional name As String = Nothing, Optional getActionVerb As String = Nothing) As AllowedResourceName
Parameters
- name
- String
Resource name.
- getActionVerb
- String
Get action verb.
Returns
A new AllowedResourceName instance for mocking.