Resource 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
Resource() |
Initialiseert een nieuw exemplaar van de resourceklasse. |
Resource(String, String, String, String, IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de resourceklasse. |
Resource()
Initialiseert een nieuw exemplaar van de resourceklasse.
public Resource ();
Public Sub New ()
Van toepassing op
Resource(String, String, String, String, IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de resourceklasse.
public Resource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Batch.Models.Resource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Batch.Models.Resource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
De id van de resource.
- name
- String
De naam van de resource.
- type
- String
Het type resource.
- location
- String
De locatie van de resource.
- tags
- IDictionary<String,String>
De tags van de resource.
Van toepassing op
Azure SDK for .NET