Exemple #1
0
        private GetClusterResult(
            string clusterId,

            string id,

            Outputs.IdentityResponse?identity,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string location,

            string name,

            string?nextLink,

            string provisioningState,

            Outputs.ClusterSkuResponse?sku,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            ClusterId          = clusterId;
            Id                 = id;
            Identity           = identity;
            KeyVaultProperties = keyVaultProperties;
            Location           = location;
            Name               = name;
            NextLink           = nextLink;
            ProvisioningState  = provisioningState;
            Sku                = sku;
            Tags               = tags;
            Type               = type;
        }
Exemple #2
0
        private GetClusterResult(
            string dataIngestionUri,

            bool?enableDiskEncryption,

            bool?enableStreamingIngest,

            string id,

            Outputs.IdentityResponse?identity,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string location,

            string name,

            Outputs.OptimizedAutoscaleResponse?optimizedAutoscale,

            string provisioningState,

            Outputs.AzureSkuResponse sku,

            string state,

            string stateReason,

            ImmutableDictionary <string, string>?tags,

            ImmutableArray <Outputs.TrustedExternalTenantResponse> trustedExternalTenants,

            string type,

            string uri,

            Outputs.VirtualNetworkConfigurationResponse?virtualNetworkConfiguration,

            ImmutableArray <string> zones)
        {
            DataIngestionUri      = dataIngestionUri;
            EnableDiskEncryption  = enableDiskEncryption;
            EnableStreamingIngest = enableStreamingIngest;
            Id                          = id;
            Identity                    = identity;
            KeyVaultProperties          = keyVaultProperties;
            Location                    = location;
            Name                        = name;
            OptimizedAutoscale          = optimizedAutoscale;
            ProvisioningState           = provisioningState;
            Sku                         = sku;
            State                       = state;
            StateReason                 = stateReason;
            Tags                        = tags;
            TrustedExternalTenants      = trustedExternalTenants;
            Type                        = type;
            Uri                         = uri;
            VirtualNetworkConfiguration = virtualNetworkConfiguration;
            Zones                       = zones;
        }
Exemple #3
0
        private EncryptionResponse(
            string?keySource,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties)
        {
            KeySource          = keySource;
            KeyVaultProperties = keyVaultProperties;
        }
        private AccountEncryptionResponse(
            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string type)
        {
            KeyVaultProperties = keyVaultProperties;
            Type = type;
        }
        private EncryptionPropertyResponse(
            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string?status)
        {
            KeyVaultProperties = keyVaultProperties;
            Status             = status;
        }
        private EncryptionResponse(
            string keySource,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            Outputs.EncryptionServicesResponse?services)
        {
            KeySource          = keySource;
            KeyVaultProperties = keyVaultProperties;
            Services           = services;
        }
Exemple #7
0
        private GetClusterResult(
            ImmutableArray <Outputs.AssociatedWorkspaceResponse> associatedWorkspaces,

            string?billingType,

            Outputs.CapacityReservationPropertiesResponse?capacityReservationProperties,

            string clusterId,

            string createdDate,

            string id,

            Outputs.IdentityResponse?identity,

            bool?isAvailabilityZonesEnabled,

            bool?isDoubleEncryptionEnabled,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string lastModifiedDate,

            string location,

            string name,

            string provisioningState,

            Outputs.ClusterSkuResponse?sku,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            AssociatedWorkspaces          = associatedWorkspaces;
            BillingType                   = billingType;
            CapacityReservationProperties = capacityReservationProperties;
            ClusterId   = clusterId;
            CreatedDate = createdDate;
            Id          = id;
            Identity    = identity;
            IsAvailabilityZonesEnabled = isAvailabilityZonesEnabled;
            IsDoubleEncryptionEnabled  = isDoubleEncryptionEnabled;
            KeyVaultProperties         = keyVaultProperties;
            LastModifiedDate           = lastModifiedDate;
            Location          = location;
            Name              = name;
            ProvisioningState = provisioningState;
            Sku  = sku;
            Tags = tags;
            Type = type;
        }
Exemple #8
0
        private EncryptionResponse(
            string keySource,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            bool?requireInfrastructureEncryption,

            Outputs.EncryptionServicesResponse?services)
        {
            KeySource          = keySource;
            KeyVaultProperties = keyVaultProperties;
            RequireInfrastructureEncryption = requireInfrastructureEncryption;
            Services = services;
        }
        private GetNamespaceResult(
            string createdAt,

            string?keySource,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string location,

            string metricId,

            string name,

            string?principalId,

            string provisioningState,

            string serviceBusEndpoint,

            Outputs.SBSkuResponse?sku,

            ImmutableDictionary <string, string>?tags,

            string?tenantId,

            string type,

            string updatedAt,

            bool?zoneRedundant)
        {
            CreatedAt          = createdAt;
            KeySource          = keySource;
            KeyVaultProperties = keyVaultProperties;
            Location           = location;
            MetricId           = metricId;
            Name               = name;
            PrincipalId        = principalId;
            ProvisioningState  = provisioningState;
            ServiceBusEndpoint = serviceBusEndpoint;
            Sku           = sku;
            Tags          = tags;
            TenantId      = tenantId;
            Type          = type;
            UpdatedAt     = updatedAt;
            ZoneRedundant = zoneRedundant;
        }
Exemple #10
0
        private GetClusterResult(
            string?billingType,

            string clusterId,

            Outputs.IdentityResponse?identity,

            bool?isAvailabilityZonesEnabled,

            bool?isDoubleEncryptionEnabled,

            Outputs.KeyVaultPropertiesResponse?keyVaultProperties,

            string location,

            string name,

            string provisioningState,

            Outputs.ClusterSkuResponse?sku,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            BillingType = billingType;
            ClusterId   = clusterId;
            Identity    = identity;
            IsAvailabilityZonesEnabled = isAvailabilityZonesEnabled;
            IsDoubleEncryptionEnabled  = isDoubleEncryptionEnabled;
            KeyVaultProperties         = keyVaultProperties;
            Location          = location;
            Name              = name;
            ProvisioningState = provisioningState;
            Sku  = sku;
            Tags = tags;
            Type = type;
        }
Exemple #11
0
 private PropertiesResponseEncryption(Outputs.KeyVaultPropertiesResponse?keyVaultProperties)
 {
     KeyVaultProperties = keyVaultProperties;
 }