Resource Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Resource() |
Inicializuje novou instanci třídy Resource. |
Resource(String, String, String, String, IDictionary<String,String>) |
Inicializuje novou instanci třídy Resource. |
Resource()
Inicializuje novou instanci třídy Resource.
public Resource ();
Public Sub New ()
Platí pro
Resource(String, String, String, String, IDictionary<String,String>)
Inicializuje novou instanci třídy Resource.
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.BatchAI.Models.Resource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.BatchAI.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)
Parametry
- id
- String
ID prostředku
- name
- String
Název prostředku
- type
- String
Typ prostředku
- location
- String
Umístění prostředku
- tags
- IDictionary<String,String>
Značky prostředku
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET