示例#1
0
        private GetSystemTopicResult(
            string id,

            Outputs.IdentityInfoResponse?identity,

            string location,

            string metricResourceId,

            string name,

            string provisioningState,

            string?source,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            string?topicType,

            string type)
        {
            Id                = id;
            Identity          = identity;
            Location          = location;
            MetricResourceId  = metricResourceId;
            Name              = name;
            ProvisioningState = provisioningState;
            Source            = source;
            SystemData        = systemData;
            Tags              = tags;
            TopicType         = topicType;
            Type              = type;
        }
示例#2
0
        private GetEventChannelResult(
            Outputs.EventChannelDestinationResponse?destination,

            string?expirationTimeIfNotActivatedUtc,

            Outputs.EventChannelFilterResponse?filter,

            string id,

            string name,

            string?partnerTopicFriendlyDescription,

            string partnerTopicReadinessState,

            string provisioningState,

            Outputs.EventChannelSourceResponse?source,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Destination = destination;
            ExpirationTimeIfNotActivatedUtc = expirationTimeIfNotActivatedUtc;
            Filter = filter;
            Id     = id;
            Name   = name;
            PartnerTopicFriendlyDescription = partnerTopicFriendlyDescription;
            PartnerTopicReadinessState      = partnerTopicReadinessState;
            ProvisioningState = provisioningState;
            Source            = source;
            SystemData        = systemData;
            Type = type;
        }
示例#3
0
        private GetPartnerNamespaceResult(
            string endpoint,

            string id,

            string location,

            string name,

            string?partnerRegistrationFullyQualifiedId,

            string provisioningState,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            Endpoint = endpoint;
            Id       = id;
            Location = location;
            Name     = name;
            PartnerRegistrationFullyQualifiedId = partnerRegistrationFullyQualifiedId;
            ProvisioningState = provisioningState;
            SystemData        = systemData;
            Tags = tags;
            Type = type;
        }
示例#4
0
        private GetPartnerRegistrationResult(
            ImmutableArray <string> authorizedAzureSubscriptionIds,

            string?customerServiceUri,

            string id,

            string location,

            string?logoUri,

            string?longDescription,

            string name,

            string?partnerCustomerServiceExtension,

            string?partnerCustomerServiceNumber,

            string?partnerName,

            string?partnerResourceTypeDescription,

            string?partnerResourceTypeDisplayName,

            string?partnerResourceTypeName,

            string provisioningState,

            string?setupUri,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            string type,

            string?visibilityState)
        {
            AuthorizedAzureSubscriptionIds = authorizedAzureSubscriptionIds;
            CustomerServiceUri             = customerServiceUri;
            Id              = id;
            Location        = location;
            LogoUri         = logoUri;
            LongDescription = longDescription;
            Name            = name;
            PartnerCustomerServiceExtension = partnerCustomerServiceExtension;
            PartnerCustomerServiceNumber    = partnerCustomerServiceNumber;
            PartnerName = partnerName;
            PartnerResourceTypeDescription = partnerResourceTypeDescription;
            PartnerResourceTypeDisplayName = partnerResourceTypeDisplayName;
            PartnerResourceTypeName        = partnerResourceTypeName;
            ProvisioningState = provisioningState;
            SetupUri          = setupUri;
            SystemData        = systemData;
            Tags            = tags;
            Type            = type;
            VisibilityState = visibilityState;
        }
示例#5
0
        private GetPartnerTopicEventSubscriptionResult(
            Outputs.StorageBlobDeadLetterDestinationResponse?deadLetterDestination,

            Outputs.DeadLetterWithResourceIdentityResponse?deadLetterWithResourceIdentity,

            Outputs.DeliveryWithResourceIdentityResponse?deliveryWithResourceIdentity,

            object?destination,

            string?eventDeliverySchema,

            string?expirationTimeUtc,

            Outputs.EventSubscriptionFilterResponse?filter,

            string id,

            ImmutableArray <string> labels,

            string name,

            string provisioningState,

            Outputs.RetryPolicyResponse?retryPolicy,

            Outputs.SystemDataResponse systemData,

            string topic,

            string type)
        {
            DeadLetterDestination          = deadLetterDestination;
            DeadLetterWithResourceIdentity = deadLetterWithResourceIdentity;
            DeliveryWithResourceIdentity   = deliveryWithResourceIdentity;
            Destination         = destination;
            EventDeliverySchema = eventDeliverySchema;
            ExpirationTimeUtc   = expirationTimeUtc;
            Filter            = filter;
            Id                = id;
            Labels            = labels;
            Name              = name;
            ProvisioningState = provisioningState;
            RetryPolicy       = retryPolicy;
            SystemData        = systemData;
            Topic             = topic;
            Type              = type;
        }