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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET