Пример #1
0
        private GetStorageAccountResult(
            string blobEndpoint,

            int containerCount,

            string dataPolicy,

            string?description,

            string id,

            string name,

            string?storageAccountCredentialId,

            string?storageAccountStatus,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            BlobEndpoint               = blobEndpoint;
            ContainerCount             = containerCount;
            DataPolicy                 = dataPolicy;
            Description                = description;
            Id                         = id;
            Name                       = name;
            StorageAccountCredentialId = storageAccountCredentialId;
            StorageAccountStatus       = storageAccountStatus;
            SystemData                 = systemData;
            Type                       = type;
        }
Пример #2
0
        private GetBandwidthScheduleResult(
            ImmutableArray <string> days,

            string id,

            string name,

            int rateInMbps,

            string start,

            string stop,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Days       = days;
            Id         = id;
            Name       = name;
            RateInMbps = rateInMbps;
            Start      = start;
            Stop       = stop;
            SystemData = systemData;
            Type       = type;
        }
Пример #3
0
        private GetContainerResult(
            string containerStatus,

            string createdDateTime,

            string dataFormat,

            string id,

            string name,

            Outputs.RefreshDetailsResponse refreshDetails,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ContainerStatus = containerStatus;
            CreatedDateTime = createdDateTime;
            DataFormat      = dataFormat;
            Id             = id;
            Name           = name;
            RefreshDetails = refreshDetails;
            SystemData     = systemData;
            Type           = type;
        }
Пример #4
0
        private GetTriggerResult(
            string id,

            string kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Пример #5
0
        private GetShareResult(
            string accessProtocol,

            Outputs.AzureContainerInfoResponse?azureContainerInfo,

            ImmutableArray <Outputs.ClientAccessRightResponse> clientAccessRights,

            string?dataPolicy,

            string?description,

            string id,

            string monitoringStatus,

            string name,

            Outputs.RefreshDetailsResponse?refreshDetails,

            ImmutableArray <Outputs.MountPointMapResponse> shareMappings,

            string shareStatus,

            Outputs.SystemDataResponse systemData,

            string type,

            ImmutableArray <Outputs.UserAccessRightResponse> userAccessRights)
        {
            AccessProtocol     = accessProtocol;
            AzureContainerInfo = azureContainerInfo;
            ClientAccessRights = clientAccessRights;
            DataPolicy         = dataPolicy;
            Description        = description;
            Id = id;
            MonitoringStatus = monitoringStatus;
            Name             = name;
            RefreshDetails   = refreshDetails;
            ShareMappings    = shareMappings;
            ShareStatus      = shareStatus;
            SystemData       = systemData;
            Type             = type;
            UserAccessRights = userAccessRights;
        }
Пример #6
0
        private GetStorageAccountCredentialResult(
            Outputs.AsymmetricEncryptedSecretResponse?accountKey,

            string accountType,

            string alias,

            string?blobDomainName,

            string?connectionString,

            string id,

            string name,

            string sslStatus,

            string?storageAccountId,

            Outputs.SystemDataResponse systemData,

            string type,

            string?userName)
        {
            AccountKey       = accountKey;
            AccountType      = accountType;
            Alias            = alias;
            BlobDomainName   = blobDomainName;
            ConnectionString = connectionString;
            Id               = id;
            Name             = name;
            SslStatus        = sslStatus;
            StorageAccountId = storageAccountId;
            SystemData       = systemData;
            Type             = type;
            UserName         = userName;
        }
Пример #7
0
        private GetUserResult(
            Outputs.AsymmetricEncryptedSecretResponse?encryptedPassword,

            string id,

            string name,

            ImmutableArray <Outputs.ShareAccessRightResponse> shareAccessRights,

            Outputs.SystemDataResponse systemData,

            string type,

            string?userType)
        {
            EncryptedPassword = encryptedPassword;
            Id   = id;
            Name = name;
            ShareAccessRights = shareAccessRights;
            SystemData        = systemData;
            Type     = type;
            UserType = userType;
        }
Пример #8
0
        private GetDeviceResult(
            ImmutableArray <string> configuredRoleTypes,

            string culture,

            string?dataBoxEdgeDeviceStatus,

            string description,

            string deviceHcsVersion,

            double deviceLocalCapacity,

            string deviceModel,

            string deviceSoftwareVersion,

            string deviceType,

            Outputs.EdgeProfileResponse edgeProfile,

            string?etag,

            string friendlyName,

            string id,

            Outputs.ResourceIdentityResponse?identity,

            string kind,

            string location,

            string modelDescription,

            string name,

            int nodeCount,

            Outputs.ResourceMoveDetailsResponse resourceMoveDetails,

            string serialNumber,

            Outputs.SkuResponse?sku,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            string timeZone,

            string type)
        {
            ConfiguredRoleTypes     = configuredRoleTypes;
            Culture                 = culture;
            DataBoxEdgeDeviceStatus = dataBoxEdgeDeviceStatus;
            Description             = description;
            DeviceHcsVersion        = deviceHcsVersion;
            DeviceLocalCapacity     = deviceLocalCapacity;
            DeviceModel             = deviceModel;
            DeviceSoftwareVersion   = deviceSoftwareVersion;
            DeviceType              = deviceType;
            EdgeProfile             = edgeProfile;
            Etag                = etag;
            FriendlyName        = friendlyName;
            Id                  = id;
            Identity            = identity;
            Kind                = kind;
            Location            = location;
            ModelDescription    = modelDescription;
            Name                = name;
            NodeCount           = nodeCount;
            ResourceMoveDetails = resourceMoveDetails;
            SerialNumber        = serialNumber;
            Sku                 = sku;
            SystemData          = systemData;
            Tags                = tags;
            TimeZone            = timeZone;
            Type                = type;
        }