ArmAuthorizationModelFactory.EligibleChildResource 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 EligibleChildResource.
public static Azure.ResourceManager.Authorization.Models.EligibleChildResource EligibleChildResource (string id = default, string name = default, string resourceType = default);
static member EligibleChildResource : string * string * string -> Azure.ResourceManager.Authorization.Models.EligibleChildResource
Public Shared Function EligibleChildResource (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing) As EligibleChildResource
Parameters
- id
- String
The resource scope Id.
- name
- String
The resource name.
- resourceType
- String
The resource type.
Returns
A new EligibleChildResource instance for mocking.