Ejemplo n.º 1
0
        private GetTaskRunResult(
            string?forceUpdateTag,

            string id,

            Outputs.IdentityPropertiesResponse?identity,

            string?location,

            string name,

            string provisioningState,

            object?runRequest,

            Outputs.RunResponse runResult,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ForceUpdateTag    = forceUpdateTag;
            Id                = id;
            Identity          = identity;
            Location          = location;
            Name              = name;
            ProvisioningState = provisioningState;
            RunRequest        = runRequest;
            RunResult         = runResult;
            SystemData        = systemData;
            Type              = type;
        }
        private GetTaskRunResult(
            string?forceUpdateTag,

            Outputs.IdentityPropertiesResponse?identity,

            string?location,

            string name,

            string provisioningState,

            Union <Outputs.DockerBuildRequestResponse, Union <Outputs.EncodedTaskRunRequestResponse, Union <Outputs.FileTaskRunRequestResponse, Outputs.TaskRunRequestResponse> > >?runRequest,

            Outputs.RunResponse runResult,

            string type)
        {
            ForceUpdateTag    = forceUpdateTag;
            Identity          = identity;
            Location          = location;
            Name              = name;
            ProvisioningState = provisioningState;
            RunRequest        = runRequest;
            RunResult         = runResult;
            Type              = type;
        }
        private GetImportPipelineResult(
            Outputs.IdentityPropertiesResponse?identity,

            string?location,

            string name,

            ImmutableArray <string> options,

            string provisioningState,

            Outputs.ImportPipelineSourcePropertiesResponse source,

            Outputs.PipelineTriggerPropertiesResponse?trigger,

            string type)
        {
            Identity          = identity;
            Location          = location;
            Name              = name;
            Options           = options;
            ProvisioningState = provisioningState;
            Source            = source;
            Trigger           = trigger;
            Type              = type;
        }
Ejemplo n.º 4
0
        private GetExportPipelineResult(
            string id,

            Outputs.IdentityPropertiesResponse?identity,

            string?location,

            string name,

            ImmutableArray <string> options,

            string provisioningState,

            Outputs.SystemDataResponse systemData,

            Outputs.ExportPipelineTargetPropertiesResponse target,

            string type)
        {
            Id                = id;
            Identity          = identity;
            Location          = location;
            Name              = name;
            Options           = options;
            ProvisioningState = provisioningState;
            SystemData        = systemData;
            Target            = target;
            Type              = type;
        }
Ejemplo n.º 5
0
        private GetMonitorResult(
            string id,

            Outputs.IdentityPropertiesResponse?identity,

            string location,

            string name,

            Outputs.MonitorPropertiesResponse properties,

            Outputs.ResourceSkuResponse?sku,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            Id         = id;
            Identity   = identity;
            Location   = location;
            Name       = name;
            Properties = properties;
            Sku        = sku;
            Tags       = tags;
            Type       = type;
        }
Ejemplo n.º 6
0
        private ListTaskDetailsResult(
            Outputs.AgentPropertiesResponse?agentConfiguration,

            string?agentPoolName,

            string creationDate,

            Outputs.CredentialsResponse?credentials,

            string id,

            Outputs.IdentityPropertiesResponse?identity,

            bool?isSystemTask,

            string location,

            string?logTemplate,

            string name,

            Outputs.PlatformPropertiesResponse?platform,

            string provisioningState,

            string?status,

            object?step,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            int?timeout,

            Outputs.TriggerPropertiesResponse?trigger,

            string type)
        {
            AgentConfiguration = agentConfiguration;
            AgentPoolName      = agentPoolName;
            CreationDate       = creationDate;
            Credentials        = credentials;
            Id                = id;
            Identity          = identity;
            IsSystemTask      = isSystemTask;
            Location          = location;
            LogTemplate       = logTemplate;
            Name              = name;
            Platform          = platform;
            ProvisioningState = provisioningState;
            Status            = status;
            Step              = step;
            SystemData        = systemData;
            Tags              = tags;
            Timeout           = timeout;
            Trigger           = trigger;
            Type              = type;
        }
Ejemplo n.º 7
0
        private GetRegistryResult(
            bool?adminUserEnabled,

            string creationDate,

            bool?dataEndpointEnabled,

            ImmutableArray <string> dataEndpointHostNames,

            Outputs.EncryptionPropertyResponse?encryption,

            Outputs.IdentityPropertiesResponse?identity,

            string location,

            string loginServer,

            string name,

            Outputs.NetworkRuleSetResponse?networkRuleSet,

            Outputs.PoliciesResponse?policies,

            ImmutableArray <Outputs.PrivateEndpointConnectionResponse> privateEndpointConnections,

            string provisioningState,

            string?publicNetworkAccess,

            Outputs.SkuResponse sku,

            Outputs.StatusResponse status,

            Outputs.StorageAccountPropertiesResponse?storageAccount,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            AdminUserEnabled      = adminUserEnabled;
            CreationDate          = creationDate;
            DataEndpointEnabled   = dataEndpointEnabled;
            DataEndpointHostNames = dataEndpointHostNames;
            Encryption            = encryption;
            Identity                   = identity;
            Location                   = location;
            LoginServer                = loginServer;
            Name                       = name;
            NetworkRuleSet             = networkRuleSet;
            Policies                   = policies;
            PrivateEndpointConnections = privateEndpointConnections;
            ProvisioningState          = provisioningState;
            PublicNetworkAccess        = publicNetworkAccess;
            Sku            = sku;
            Status         = status;
            StorageAccount = storageAccount;
            Tags           = tags;
            Type           = type;
        }
Ejemplo n.º 8
0
        private GetTaskResult(
            Outputs.AgentPropertiesResponse?agentConfiguration,

            string?agentPoolName,

            string creationDate,

            Outputs.CredentialsResponse?credentials,

            Outputs.IdentityPropertiesResponse?identity,

            bool?isSystemTask,

            string location,

            string?logTemplate,

            string name,

            Outputs.PlatformPropertiesResponse?platform,

            string provisioningState,

            string?status,

            Union <Outputs.DockerBuildStepResponse, Union <Outputs.EncodedTaskStepResponse, Outputs.FileTaskStepResponse> >?step,

            ImmutableDictionary <string, string>?tags,

            int?timeout,

            Outputs.TriggerPropertiesResponse?trigger,

            string type)
        {
            AgentConfiguration = agentConfiguration;
            AgentPoolName      = agentPoolName;
            CreationDate       = creationDate;
            Credentials        = credentials;
            Identity           = identity;
            IsSystemTask       = isSystemTask;
            Location           = location;
            LogTemplate        = logTemplate;
            Name              = name;
            Platform          = platform;
            ProvisioningState = provisioningState;
            Status            = status;
            Step              = step;
            Tags              = tags;
            Timeout           = timeout;
            Trigger           = trigger;
            Type              = type;
        }
Ejemplo n.º 9
0
        private KeyEncryptionKeyResponse(
            Outputs.IdentityPropertiesResponse?identityProperties,

            string kekType,

            string?kekUrl,

            string?kekVaultResourceID)
        {
            IdentityProperties = identityProperties;
            KekType            = kekType;
            KekUrl             = kekUrl;
            KekVaultResourceID = kekVaultResourceID;
        }
Ejemplo n.º 10
0
        private GetTaskResult(
            Outputs.AgentPropertiesResponse?agentConfiguration,

            string creationDate,

            Outputs.CredentialsResponse?credentials,

            string id,

            Outputs.IdentityPropertiesResponse?identity,

            string location,

            string name,

            Outputs.PlatformPropertiesResponse platform,

            string provisioningState,

            string?status,

            object step,

            ImmutableDictionary <string, string>?tags,

            int?timeout,

            Outputs.TriggerPropertiesResponse?trigger,

            string type)
        {
            AgentConfiguration = agentConfiguration;
            CreationDate       = creationDate;
            Credentials        = credentials;
            Id                = id;
            Identity          = identity;
            Location          = location;
            Name              = name;
            Platform          = platform;
            ProvisioningState = provisioningState;
            Status            = status;
            Step              = step;
            Tags              = tags;
            Timeout           = timeout;
            Trigger           = trigger;
            Type              = type;
        }
        private GetServiceRunnerResult(
            Outputs.IdentityPropertiesResponse?identity,

            string?location,

            string name,

            ImmutableDictionary <string, string>?tags,

            string type)
        {
            Identity = identity;
            Location = location;
            Name     = name;
            Tags     = tags;
            Type     = type;
        }