IntegrationAccountMap 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
IntegrationAccountMap() |
Initialisiert eine neue instance der IntegrationAccountMap-Klasse. |
IntegrationAccountMap(String, String, String, String, String, IDictionary<String,String>, IntegrationAccountMapPropertiesParametersSchema, Nullable<DateTime>, Nullable<DateTime>, String, String, ContentLink, Object) |
Initialisiert eine neue instance der IntegrationAccountMap-Klasse. |
IntegrationAccountMap()
Initialisiert eine neue instance der IntegrationAccountMap-Klasse.
public IntegrationAccountMap ();
Public Sub New ()
Gilt für:
IntegrationAccountMap(String, String, String, String, String, IDictionary<String,String>, IntegrationAccountMapPropertiesParametersSchema, Nullable<DateTime>, Nullable<DateTime>, String, String, ContentLink, Object)
Initialisiert eine neue instance der IntegrationAccountMap-Klasse.
public IntegrationAccountMap (string mapType, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapPropertiesParametersSchema parametersSchema = default, DateTime? createdTime = default, DateTime? changedTime = default, string content = default, string contentType = default, Microsoft.Azure.Management.Logic.Models.ContentLink contentLink = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapPropertiesParametersSchema * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Logic.Models.ContentLink * obj -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap
Public Sub New (mapType As String, 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, Optional parametersSchema As IntegrationAccountMapPropertiesParametersSchema = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional content As String = Nothing, Optional contentType As String = Nothing, Optional contentLink As ContentLink = Nothing, Optional metadata As Object = Nothing)
Parameter
- mapType
- String
Der Zuordnungstyp. Mögliche Werte: "NotSpecified", "Xslt", "Xslt20", "Xslt30", "Liquid"
- id
- String
Die Ressourcen-ID.
- name
- String
Ruft den Namen der Ressource ab.
- type
- String
Ruft den Ressourcentyp ab.
- location
- String
Der Ressourcenspeicherort.
- tags
- IDictionary<String,String>
Die Ressourcentags.
- parametersSchema
- IntegrationAccountMapPropertiesParametersSchema
Das Parameterschema der Integrationskontozuordnung.
- content
- String
Der Inhalt.
- contentType
- String
Der Inhaltstyp.
- contentLink
- ContentLink
Der Inhaltslink.
- metadata
- Object
Die Metadaten.
Gilt für:
Azure SDK for .NET