WorkspacesListByResourceGroupOptions Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
WorkspacesListByResourceGroupOptions() |
Initialiseert een nieuw exemplaar van de klasse WorkspacesListByResourceGroupOptions. |
WorkspacesListByResourceGroupOptions(Nullable<Int32>) |
Initialiseert een nieuw exemplaar van de klasse WorkspacesListByResourceGroupOptions. |
WorkspacesListByResourceGroupOptions()
Initialiseert een nieuw exemplaar van de klasse WorkspacesListByResourceGroupOptions.
public WorkspacesListByResourceGroupOptions ();
Public Sub New ()
Van toepassing op
WorkspacesListByResourceGroupOptions(Nullable<Int32>)
Initialiseert een nieuw exemplaar van de klasse WorkspacesListByResourceGroupOptions.
public WorkspacesListByResourceGroupOptions (int? maxResults = default);
new Microsoft.Azure.Management.BatchAI.Models.WorkspacesListByResourceGroupOptions : Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.WorkspacesListByResourceGroupOptions
Public Sub New (Optional maxResults As Nullable(Of Integer) = Nothing)
Parameters
Het maximum aantal items dat in het antwoord moet worden geretourneerd. Er kunnen maximaal 1000 bestanden worden geretourneerd.
Van toepassing op
Azure SDK for .NET