ArmComputeScheduleModelFactory.UserRequestResources 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.
The resources needed for the user request.
public static Azure.ResourceManager.ComputeSchedule.Models.UserRequestResources UserRequestResources(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> ids = default);
static member UserRequestResources : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.ComputeSchedule.Models.UserRequestResources
Public Shared Function UserRequestResources (Optional ids As IEnumerable(Of ResourceIdentifier) = Nothing) As UserRequestResources
Parameters
The resource ids used for the request.
Returns
A new UserRequestResources instance for mocking.