private GetIntegrationAccountMapResult(
            string changedTime,

            object?content,

            Outputs.IntegrationAccountContentLinkResponse contentLink,

            string?contentType,

            string createdTime,

            string?location,

            string?mapType,

            object?metadata,

            string?name,

            ImmutableDictionary <string, string>?tags,

            string?type)
        {
            ChangedTime = changedTime;
            Content     = content;
            ContentLink = contentLink;
            ContentType = contentType;
            CreatedTime = createdTime;
            Location    = location;
            MapType     = mapType;
            Metadata    = metadata;
            Name        = name;
            Tags        = tags;
            Type        = type;
        }
Beispiel #2
0
        private GetIntegrationAccountSchemaResult(
            string changedTime,

            object?content,

            Outputs.IntegrationAccountContentLinkResponse contentLink,

            string?contentType,

            string createdTime,

            string?id,

            string?location,

            object?metadata,

            string?name,

            string?schemaType,

            ImmutableDictionary <string, string>?tags,

            string?targetNamespace,

            string?type)
        {
            ChangedTime     = changedTime;
            Content         = content;
            ContentLink     = contentLink;
            ContentType     = contentType;
            CreatedTime     = createdTime;
            Id              = id;
            Location        = location;
            Metadata        = metadata;
            Name            = name;
            SchemaType      = schemaType;
            Tags            = tags;
            TargetNamespace = targetNamespace;
            Type            = type;
        }