Пример #1
0
        private GetIntegrationAccountSchemaResult(
            string changedTime,

            string?content,

            Outputs.ContentLinkResponse contentLink,

            string?contentType,

            string createdTime,

            string?documentName,

            string?fileName,

            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;
            DocumentName    = documentName;
            FileName        = fileName;
            Id              = id;
            Location        = location;
            Metadata        = metadata;
            Name            = name;
            SchemaType      = schemaType;
            Tags            = tags;
            TargetNamespace = targetNamespace;
            Type            = type;
        }
Пример #2
0
        private GetIntegrationAccountMapResult(
            string changedTime,

            string? content,

            Outputs.ContentLinkResponse contentLink,

            string? contentType,

            string createdTime,

            string id,

            string? location,

            string mapType,

            object? metadata,

            string name,

            Outputs.IntegrationAccountMapPropertiesResponseParametersSchema? parametersSchema,

            ImmutableDictionary<string, string>? tags,

            string type)
        {
            ChangedTime = changedTime;
            Content = content;
            ContentLink = contentLink;
            ContentType = contentType;
            CreatedTime = createdTime;
            Id = id;
            Location = location;
            MapType = mapType;
            Metadata = metadata;
            Name = name;
            ParametersSchema = parametersSchema;
            Tags = tags;
            Type = type;
        }