예제 #1
0
        private GetDomainResult(
            string endpoint,

            string id,

            string?inputSchema,

            Outputs.JsonInputSchemaMappingResponse?inputSchemaMapping,

            string location,

            string name,

            string provisioningState,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            Endpoint           = endpoint;
            Id                 = id;
            InputSchema        = inputSchema;
            InputSchemaMapping = inputSchemaMapping;
            Location           = location;
            Name               = name;
            ProvisioningState  = provisioningState;
            Tags               = tags;
            Type               = type;
        }
예제 #2
0
        private GetTopicResult(
            string endpoint,

            Outputs.ExtendedLocationResponse?extendedLocation,

            string id,

            Outputs.IdentityInfoResponse?identity,

            ImmutableArray <Outputs.InboundIpRuleResponse> inboundIpRules,

            string?inputSchema,

            Outputs.JsonInputSchemaMappingResponse?inputSchemaMapping,

            string?kind,

            string location,

            string metricResourceId,

            string name,

            ImmutableArray <Outputs.PrivateEndpointConnectionResponse> privateEndpointConnections,

            string provisioningState,

            string?publicNetworkAccess,

            Outputs.ResourceSkuResponse?sku,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            Endpoint         = endpoint;
            ExtendedLocation = extendedLocation;
            Id                         = id;
            Identity                   = identity;
            InboundIpRules             = inboundIpRules;
            InputSchema                = inputSchema;
            InputSchemaMapping         = inputSchemaMapping;
            Kind                       = kind;
            Location                   = location;
            MetricResourceId           = metricResourceId;
            Name                       = name;
            PrivateEndpointConnections = privateEndpointConnections;
            ProvisioningState          = provisioningState;
            PublicNetworkAccess        = publicNetworkAccess;
            Sku                        = sku;
            Tags                       = tags;
            Type                       = type;
        }
예제 #3
0
        private GetTopicResult(
            string endpoint,

            string id,

            ImmutableArray <Outputs.InboundIpRuleResponse> inboundIpRules,

            string?inputSchema,

            Outputs.JsonInputSchemaMappingResponse?inputSchemaMapping,

            string location,

            string metricResourceId,

            string name,

            ImmutableArray <Outputs.PrivateEndpointConnectionResponse> privateEndpointConnections,

            string provisioningState,

            string?publicNetworkAccess,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            Endpoint                   = endpoint;
            Id                         = id;
            InboundIpRules             = inboundIpRules;
            InputSchema                = inputSchema;
            InputSchemaMapping         = inputSchemaMapping;
            Location                   = location;
            MetricResourceId           = metricResourceId;
            Name                       = name;
            PrivateEndpointConnections = privateEndpointConnections;
            ProvisioningState          = provisioningState;
            PublicNetworkAccess        = publicNetworkAccess;
            Tags                       = tags;
            Type                       = type;
        }