GlobalSchemaContract Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GlobalSchemaContract() |
Initialise une nouvelle instance de la classe GlobalSchemaContract. |
GlobalSchemaContract(String, String, String, String, String, Object, Object) |
Initialise une nouvelle instance de la classe GlobalSchemaContract. |
GlobalSchemaContract()
Initialise une nouvelle instance de la classe GlobalSchemaContract.
public GlobalSchemaContract ();
Public Sub New ()
S’applique à
GlobalSchemaContract(String, String, String, String, String, Object, Object)
Initialise une nouvelle instance de la classe GlobalSchemaContract.
public GlobalSchemaContract (string schemaType, string id = default, string name = default, string type = default, string description = default, object value = default, object document = default);
new Microsoft.Azure.Management.ApiManagement.Models.GlobalSchemaContract : string * string * string * string * string * obj * obj -> Microsoft.Azure.Management.ApiManagement.Models.GlobalSchemaContract
Public Sub New (schemaType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional value As Object = Nothing, Optional document As Object = Nothing)
Paramètres
- schemaType
- String
Type de schéma. Non modifiable. Les valeurs possibles sont les suivantes : « Xml », « Json »
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- description
- String
Description de l’entité de schéma de forme libre.
- value
- Object
Chaîne encodée au format Json pour un schéma non basé sur json.
- document
- Object
Objet de document de schéma global pour les formats de schéma json (par exemple, schéma json).
S’applique à
Azure SDK for .NET