Deployment Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Deployment() |
Initialisiert eine neue Instanz der Deployment-Klasse. |
Deployment(String, String, String, SystemData, String, DeploymentProperties) |
Initialisiert eine neue Instanz der Deployment-Klasse. |
Deployment()
Initialisiert eine neue Instanz der Deployment-Klasse.
public Deployment ();
Public Sub New ()
Gilt für:
Deployment(String, String, String, SystemData, String, DeploymentProperties)
Initialisiert eine neue Instanz der Deployment-Klasse.
public Deployment (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, string etag = default, Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties properties = default);
new Microsoft.Azure.Management.CognitiveServices.Models.Deployment : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * string * Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional etag As String = Nothing, Optional properties As DeploymentProperties = Nothing)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
- etag
- String
Ressourcen-Etag.
- properties
- DeploymentProperties
Eigenschaften der Cognitive Services-Kontobereitstellung.
Gilt für:
Azure SDK for .NET