Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-containerregistry

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

Action

Action: string

Defines values for Action.
KnownAction can be used interchangeably with Action, this enum contains the known values that the service supports.

Known values supported by the service

Allow

ActionsRequired

ActionsRequired: string

Defines values for ActionsRequired.
KnownActionsRequired can be used interchangeably with ActionsRequired, this enum contains the known values that the service supports.

Known values supported by the service

None
Recreate

ActivationStatus

ActivationStatus: string

Defines values for ActivationStatus.
KnownActivationStatus can be used interchangeably with ActivationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Active
Inactive

AgentPool

AgentPool: Resource & { count?: undefined | number; os?: OS; provisioningState?: ProvisioningState; tier?: undefined | string; virtualNetworkSubnetResourceId?: undefined | string }

The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.

AgentPoolsCreateResponse

AgentPoolsCreateResponse: AgentPool

Contains response data for the create operation.

AgentPoolsGetQueueStatusResponse

AgentPoolsGetQueueStatusResponse: AgentPoolQueueStatus

Contains response data for the getQueueStatus operation.

AgentPoolsGetResponse

AgentPoolsGetResponse: AgentPool

Contains response data for the get operation.

AgentPoolsListNextResponse

AgentPoolsListNextResponse: AgentPoolListResult

Contains response data for the listNext operation.

AgentPoolsListResponse

AgentPoolsListResponse: AgentPoolListResult

Contains response data for the list operation.

AgentPoolsUpdateResponse

AgentPoolsUpdateResponse: AgentPool

Contains response data for the update operation.

Architecture

Architecture: string

Defines values for Architecture.
KnownArchitecture can be used interchangeably with Architecture, this enum contains the known values that the service supports.

Known values supported by the service

amd64
x86
386
arm
arm64

AuditLogStatus

AuditLogStatus: string

Defines values for AuditLogStatus.
KnownAuditLogStatus can be used interchangeably with AuditLogStatus, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

AzureADAuthenticationAsArmPolicyStatus

AzureADAuthenticationAsArmPolicyStatus: string

Defines values for AzureADAuthenticationAsArmPolicyStatus.
KnownAzureADAuthenticationAsArmPolicyStatus can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

BaseImageDependencyType

BaseImageDependencyType: string

Defines values for BaseImageDependencyType.
KnownBaseImageDependencyType can be used interchangeably with BaseImageDependencyType, this enum contains the known values that the service supports.

Known values supported by the service

BuildTime
RunTime

BaseImageTriggerType

BaseImageTriggerType: string

Defines values for BaseImageTriggerType.
KnownBaseImageTriggerType can be used interchangeably with BaseImageTriggerType, this enum contains the known values that the service supports.

Known values supported by the service

All
Runtime

CertificateType

CertificateType: string

Defines values for CertificateType.
KnownCertificateType can be used interchangeably with CertificateType, this enum contains the known values that the service supports.

Known values supported by the service

LocalDirectory

ConnectedRegistriesCreateResponse

ConnectedRegistriesCreateResponse: ConnectedRegistry

Contains response data for the create operation.

ConnectedRegistriesGetResponse

ConnectedRegistriesGetResponse: ConnectedRegistry

Contains response data for the get operation.

ConnectedRegistriesListNextResponse

ConnectedRegistriesListNextResponse: ConnectedRegistryListResult

Contains response data for the listNext operation.

ConnectedRegistriesListResponse

ConnectedRegistriesListResponse: ConnectedRegistryListResult

Contains response data for the list operation.

ConnectedRegistriesUpdateResponse

ConnectedRegistriesUpdateResponse: ConnectedRegistry

Contains response data for the update operation.

ConnectedRegistry

ConnectedRegistry: ProxyResource & { activation?: ActivationProperties; clientTokenIds?: string[]; connectionState?: ConnectionState; lastActivityTime?: Date; logging?: LoggingProperties; loginServer?: LoginServerProperties; mode?: ConnectedRegistryMode; notificationsList?: string[]; parent?: ParentProperties; provisioningState?: ProvisioningState; statusDetails?: StatusDetailProperties[]; version?: undefined | string }

An object that represents a connected registry for a container registry.

ConnectedRegistryMode

ConnectedRegistryMode: string

Defines values for ConnectedRegistryMode.
KnownConnectedRegistryMode can be used interchangeably with ConnectedRegistryMode, this enum contains the known values that the service supports.

Known values supported by the service

ReadWrite
ReadOnly
Registry
Mirror

ConnectionState

ConnectionState: string

Defines values for ConnectionState.
KnownConnectionState can be used interchangeably with ConnectionState, this enum contains the known values that the service supports.

Known values supported by the service

Online
Offline
Syncing
Unhealthy

ConnectionStatus

ConnectionStatus: string

Defines values for ConnectionStatus.
KnownConnectionStatus can be used interchangeably with ConnectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Approved
Pending
Rejected
Disconnected

CreatedByType

CreatedByType: string

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

DefaultAction

DefaultAction: string

Defines values for DefaultAction.
KnownDefaultAction can be used interchangeably with DefaultAction, this enum contains the known values that the service supports.

Known values supported by the service

Allow
Deny

DockerBuildRequest

DockerBuildRequest: RunRequest & { agentConfiguration?: AgentProperties; arguments?: Argument[]; credentials?: Credentials; dockerFilePath: string; imageNames?: string[]; isPushEnabled?: undefined | false | true; noCache?: undefined | false | true; platform: PlatformProperties; sourceLocation?: undefined | string; target?: undefined | string; timeout?: undefined | number; type: "DockerBuildRequest" }

The parameters for a docker quick build.

DockerBuildStep

DockerBuildStep: TaskStepProperties & { arguments?: Argument[]; dockerFilePath: string; imageNames?: string[]; isPushEnabled?: undefined | false | true; noCache?: undefined | false | true; target?: undefined | string; type: "Docker" }

The Docker build step.

DockerBuildStepUpdateParameters

DockerBuildStepUpdateParameters: TaskStepUpdateParameters & { arguments?: Argument[]; dockerFilePath?: undefined | string; imageNames?: string[]; isPushEnabled?: undefined | false | true; noCache?: undefined | false | true; target?: undefined | string; type: "Docker" }

The properties for updating a docker build step.

EncodedTaskRunRequest

EncodedTaskRunRequest: RunRequest & { agentConfiguration?: AgentProperties; credentials?: Credentials; encodedTaskContent: string; encodedValuesContent?: undefined | string; platform: PlatformProperties; sourceLocation?: undefined | string; timeout?: undefined | number; type: "EncodedTaskRunRequest"; values?: SetValue[] }

The parameters for a quick task run request.

EncodedTaskStep

EncodedTaskStep: TaskStepProperties & { encodedTaskContent: string; encodedValuesContent?: undefined | string; type: "EncodedTask"; values?: SetValue[] }

The properties of a encoded task step.

EncodedTaskStepUpdateParameters

EncodedTaskStepUpdateParameters: TaskStepUpdateParameters & { encodedTaskContent?: undefined | string; encodedValuesContent?: undefined | string; type: "EncodedTask"; values?: SetValue[] }

The properties for updating encoded task step.

EncryptionStatus

EncryptionStatus: string

Defines values for EncryptionStatus.
KnownEncryptionStatus can be used interchangeably with EncryptionStatus, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

Event

Event: EventInfo & { eventRequestMessage?: EventRequestMessage; eventResponseMessage?: EventResponseMessage }

The event for a webhook.

ExportPipeline

ExportPipeline: ProxyResource & { identity?: IdentityProperties; location?: undefined | string; options?: PipelineOptions[]; provisioningState?: ProvisioningState; target?: ExportPipelineTargetProperties }

An object that represents an export pipeline for a container registry.

ExportPipelinesCreateResponse

ExportPipelinesCreateResponse: ExportPipeline

Contains response data for the create operation.

ExportPipelinesGetResponse

ExportPipelinesGetResponse: ExportPipeline

Contains response data for the get operation.

ExportPipelinesListNextResponse

ExportPipelinesListNextResponse: ExportPipelineListResult

Contains response data for the listNext operation.

ExportPipelinesListResponse

ExportPipelinesListResponse: ExportPipelineListResult

Contains response data for the list operation.

ExportPolicyStatus

ExportPolicyStatus: string

Defines values for ExportPolicyStatus.
KnownExportPolicyStatus can be used interchangeably with ExportPolicyStatus, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

FileTaskRunRequest

FileTaskRunRequest: RunRequest & { agentConfiguration?: AgentProperties; credentials?: Credentials; platform: PlatformProperties; sourceLocation?: undefined | string; taskFilePath: string; timeout?: undefined | number; type: "FileTaskRunRequest"; values?: SetValue[]; valuesFilePath?: undefined | string }

The request parameters for a scheduling run against a task file.

FileTaskStep

FileTaskStep: TaskStepProperties & { taskFilePath: string; type: "FileTask"; values?: SetValue[]; valuesFilePath?: undefined | string }

The properties of a task step.

FileTaskStepUpdateParameters

FileTaskStepUpdateParameters: TaskStepUpdateParameters & { taskFilePath?: undefined | string; type: "FileTask"; values?: SetValue[]; valuesFilePath?: undefined | string }

The properties of updating a task step.

ImportMode

ImportMode: string

Defines values for ImportMode.
KnownImportMode can be used interchangeably with ImportMode, this enum contains the known values that the service supports.

Known values supported by the service

NoForce
Force

ImportPipeline

ImportPipeline: ProxyResource & { identity?: IdentityProperties; location?: undefined | string; options?: PipelineOptions[]; provisioningState?: ProvisioningState; source?: ImportPipelineSourceProperties; trigger?: PipelineTriggerProperties }

An object that represents an import pipeline for a container registry.

ImportPipelinesCreateResponse

ImportPipelinesCreateResponse: ImportPipeline

Contains response data for the create operation.

ImportPipelinesGetResponse

ImportPipelinesGetResponse: ImportPipeline

Contains response data for the get operation.

ImportPipelinesListNextResponse

ImportPipelinesListNextResponse: ImportPipelineListResult

Contains response data for the listNext operation.

ImportPipelinesListResponse

ImportPipelinesListResponse: ImportPipelineListResult

Contains response data for the list operation.

LastModifiedByType

LastModifiedByType: string

Defines values for LastModifiedByType.
KnownLastModifiedByType can be used interchangeably with LastModifiedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

LogLevel

LogLevel: string

Defines values for LogLevel.
KnownLogLevel can be used interchangeably with LogLevel, this enum contains the known values that the service supports.

Known values supported by the service

Debug
Information
Warning
Error
None

NetworkRuleBypassOptions

NetworkRuleBypassOptions: string

Defines values for NetworkRuleBypassOptions.
KnownNetworkRuleBypassOptions can be used interchangeably with NetworkRuleBypassOptions, this enum contains the known values that the service supports.

Known values supported by the service

AzureServices
None

OS

OS: string

Defines values for OS.
KnownOS can be used interchangeably with OS, this enum contains the known values that the service supports.

Known values supported by the service

Windows
Linux

OperationsListNextResponse

OperationsListNextResponse: OperationListResult

Contains response data for the listNext operation.

OperationsListResponse

OperationsListResponse: OperationListResult

Contains response data for the list operation.

PasswordName

PasswordName: "password" | "password2"

Defines values for PasswordName.

PipelineOptions

PipelineOptions: string

Defines values for PipelineOptions.
KnownPipelineOptions can be used interchangeably with PipelineOptions, this enum contains the known values that the service supports.

Known values supported by the service

OverwriteTags
OverwriteBlobs
DeleteSourceBlobOnSuccess
ContinueOnErrors

PipelineRun

PipelineRun: ProxyResource & { forceUpdateTag?: undefined | string; provisioningState?: ProvisioningState; request?: PipelineRunRequest; response?: PipelineRunResponse }

An object that represents a pipeline run for a container registry.

PipelineRunSourceType

PipelineRunSourceType: string

Defines values for PipelineRunSourceType.
KnownPipelineRunSourceType can be used interchangeably with PipelineRunSourceType, this enum contains the known values that the service supports.

Known values supported by the service

AzureStorageBlob

PipelineRunTargetType

PipelineRunTargetType: string

Defines values for PipelineRunTargetType.
KnownPipelineRunTargetType can be used interchangeably with PipelineRunTargetType, this enum contains the known values that the service supports.

Known values supported by the service

AzureStorageBlob

PipelineRunsCreateResponse

PipelineRunsCreateResponse: PipelineRun

Contains response data for the create operation.

PipelineRunsGetResponse

PipelineRunsGetResponse: PipelineRun

Contains response data for the get operation.

PipelineRunsListNextResponse

PipelineRunsListNextResponse: PipelineRunListResult

Contains response data for the listNext operation.

PipelineRunsListResponse

PipelineRunsListResponse: PipelineRunListResult

Contains response data for the list operation.

PipelineSourceType

PipelineSourceType: string

Defines values for PipelineSourceType.
KnownPipelineSourceType can be used interchangeably with PipelineSourceType, this enum contains the known values that the service supports.

Known values supported by the service

AzureStorageBlobContainer

PolicyStatus

PolicyStatus: string

Defines values for PolicyStatus.
KnownPolicyStatus can be used interchangeably with PolicyStatus, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

PrivateEndpointConnection

PrivateEndpointConnection: ProxyResource & { privateEndpoint?: PrivateEndpoint; privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState; provisioningState?: ProvisioningState }

An object that represents a private endpoint connection for a container registry.

PrivateEndpointConnectionsCreateOrUpdateResponse

PrivateEndpointConnectionsCreateOrUpdateResponse: PrivateEndpointConnection

Contains response data for the createOrUpdate operation.

PrivateEndpointConnectionsGetResponse

PrivateEndpointConnectionsGetResponse: PrivateEndpointConnection

Contains response data for the get operation.

PrivateEndpointConnectionsListNextResponse

PrivateEndpointConnectionsListNextResponse: PrivateEndpointConnectionListResult

Contains response data for the listNext operation.

PrivateEndpointConnectionsListResponse

PrivateEndpointConnectionsListResponse: PrivateEndpointConnectionListResult

Contains response data for the list operation.

ProvisioningState

ProvisioningState: string

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Creating
Updating
Deleting
Succeeded
Failed
Canceled

PublicNetworkAccess

PublicNetworkAccess: string

Defines values for PublicNetworkAccess.
KnownPublicNetworkAccess can be used interchangeably with PublicNetworkAccess, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

RegistriesCheckNameAvailabilityResponse

RegistriesCheckNameAvailabilityResponse: RegistryNameStatus

Contains response data for the checkNameAvailability operation.

RegistriesCreateResponse

RegistriesCreateResponse: Registry

Contains response data for the create operation.

RegistriesGenerateCredentialsResponse

RegistriesGenerateCredentialsResponse: GenerateCredentialsResult

Contains response data for the generateCredentials operation.

RegistriesGetBuildSourceUploadUrlResponse

RegistriesGetBuildSourceUploadUrlResponse: SourceUploadDefinition

Contains response data for the getBuildSourceUploadUrl operation.

RegistriesGetPrivateLinkResourceResponse

RegistriesGetPrivateLinkResourceResponse: PrivateLinkResource

Contains response data for the getPrivateLinkResource operation.

RegistriesGetResponse

RegistriesGetResponse: Registry

Contains response data for the get operation.

RegistriesListByResourceGroupNextResponse

RegistriesListByResourceGroupNextResponse: RegistryListResult

Contains response data for the listByResourceGroupNext operation.

RegistriesListByResourceGroupResponse

RegistriesListByResourceGroupResponse: RegistryListResult

Contains response data for the listByResourceGroup operation.

RegistriesListCredentialsResponse

RegistriesListCredentialsResponse: RegistryListCredentialsResult

Contains response data for the listCredentials operation.

RegistriesListNextResponse

RegistriesListNextResponse: RegistryListResult

Contains response data for the listNext operation.

RegistriesListPrivateLinkResourcesNextResponse

RegistriesListPrivateLinkResourcesNextResponse: PrivateLinkResourceListResult

Contains response data for the listPrivateLinkResourcesNext operation.

RegistriesListPrivateLinkResourcesResponse

RegistriesListPrivateLinkResourcesResponse: PrivateLinkResourceListResult

Contains response data for the listPrivateLinkResources operation.

RegistriesListResponse

RegistriesListResponse: RegistryListResult

Contains response data for the list operation.

RegistriesListUsagesResponse

RegistriesListUsagesResponse: RegistryUsageListResult

Contains response data for the listUsages operation.

RegistriesRegenerateCredentialResponse

RegistriesRegenerateCredentialResponse: RegistryListCredentialsResult

Contains response data for the regenerateCredential operation.

RegistriesScheduleRunResponse

RegistriesScheduleRunResponse: Run

Contains response data for the scheduleRun operation.

RegistriesUpdateResponse

RegistriesUpdateResponse: Registry

Contains response data for the update operation.

Registry

Registry: Resource & { adminUserEnabled?: undefined | false | true; anonymousPullEnabled?: undefined | false | true; creationDate?: Date; dataEndpointEnabled?: undefined | false | true; dataEndpointHostNames?: string[]; encryption?: EncryptionProperty; identity?: IdentityProperties; loginServer?: undefined | string; networkRuleBypassOptions?: NetworkRuleBypassOptions; networkRuleSet?: NetworkRuleSet; policies?: Policies; privateEndpointConnections?: PrivateEndpointConnection[]; provisioningState?: ProvisioningState; publicNetworkAccess?: PublicNetworkAccess; sku: Sku; status?: Status; zoneRedundancy?: ZoneRedundancy }

An object that represents a container registry.

RegistryUsageUnit

RegistryUsageUnit: string

Defines values for RegistryUsageUnit.
KnownRegistryUsageUnit can be used interchangeably with RegistryUsageUnit, this enum contains the known values that the service supports.

Known values supported by the service

Count
Bytes

Replication

Replication: Resource & { provisioningState?: ProvisioningState; regionEndpointEnabled?: undefined | false | true; status?: Status; zoneRedundancy?: ZoneRedundancy }

An object that represents a replication for a container registry.

ReplicationsCreateResponse

ReplicationsCreateResponse: Replication

Contains response data for the create operation.

ReplicationsGetResponse

ReplicationsGetResponse: Replication

Contains response data for the get operation.

ReplicationsListNextResponse

ReplicationsListNextResponse: ReplicationListResult

Contains response data for the listNext operation.

ReplicationsListResponse

ReplicationsListResponse: ReplicationListResult

Contains response data for the list operation.

ReplicationsUpdateResponse

ReplicationsUpdateResponse: Replication

Contains response data for the update operation.

ResourceIdentityType

ResourceIdentityType: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None"

Defines values for ResourceIdentityType.

Run

Run: ProxyResource & { agentConfiguration?: AgentProperties; agentPoolName?: undefined | string; createTime?: Date; customRegistries?: string[]; finishTime?: Date; imageUpdateTrigger?: ImageUpdateTrigger; isArchiveEnabled?: undefined | false | true; lastUpdatedTime?: Date; logArtifact?: ImageDescriptor; outputImages?: ImageDescriptor[]; platform?: PlatformProperties; provisioningState?: ProvisioningState; runErrorMessage?: undefined | string; runId?: undefined | string; runType?: RunType; sourceRegistryAuth?: undefined | string; sourceTrigger?: SourceTriggerDescriptor; startTime?: Date; status?: RunStatus; task?: undefined | string; timerTrigger?: TimerTriggerDescriptor; updateTriggerToken?: undefined | string }

Run resource properties

RunRequestUnion

RunStatus

RunStatus: string

Defines values for RunStatus.
KnownRunStatus can be used interchangeably with RunStatus, this enum contains the known values that the service supports.

Known values supported by the service

Queued
Started
Running
Succeeded
Failed
Canceled
Error
Timeout

RunType

RunType: string

Defines values for RunType.
KnownRunType can be used interchangeably with RunType, this enum contains the known values that the service supports.

Known values supported by the service

QuickBuild
QuickRun
AutoBuild
AutoRun

RunsGetLogSasUrlResponse

RunsGetLogSasUrlResponse: RunGetLogResult

Contains response data for the getLogSasUrl operation.

RunsGetResponse

RunsGetResponse: Run

Contains response data for the get operation.

RunsListNextResponse

RunsListNextResponse: RunListResult

Contains response data for the listNext operation.

RunsListResponse

RunsListResponse: RunListResult

Contains response data for the list operation.

RunsUpdateResponse

RunsUpdateResponse: Run

Contains response data for the update operation.

ScopeMap

ScopeMap: ProxyResource & { actions?: string[]; creationDate?: Date; description?: undefined | string; provisioningState?: ProvisioningState; typePropertiesType?: undefined | string }

An object that represents a scope map for a container registry.

ScopeMapsCreateResponse

ScopeMapsCreateResponse: ScopeMap

Contains response data for the create operation.

ScopeMapsGetResponse

ScopeMapsGetResponse: ScopeMap

Contains response data for the get operation.

ScopeMapsListNextResponse

ScopeMapsListNextResponse: ScopeMapListResult

Contains response data for the listNext operation.

ScopeMapsListResponse

ScopeMapsListResponse: ScopeMapListResult

Contains response data for the list operation.

ScopeMapsUpdateResponse

ScopeMapsUpdateResponse: ScopeMap

Contains response data for the update operation.

SecretObjectType

SecretObjectType: string

Defines values for SecretObjectType.
KnownSecretObjectType can be used interchangeably with SecretObjectType, this enum contains the known values that the service supports.

Known values supported by the service

Opaque
Vaultsecret

SkuName

SkuName: string

Defines values for SkuName.
KnownSkuName can be used interchangeably with SkuName, this enum contains the known values that the service supports.

Known values supported by the service

Classic
Basic
Standard
Premium

SkuTier

SkuTier: string

Defines values for SkuTier.
KnownSkuTier can be used interchangeably with SkuTier, this enum contains the known values that the service supports.

Known values supported by the service

Classic
Basic
Standard
Premium

SourceControlType

SourceControlType: string

Defines values for SourceControlType.
KnownSourceControlType can be used interchangeably with SourceControlType, this enum contains the known values that the service supports.

Known values supported by the service

Github
VisualStudioTeamService

SourceRegistryLoginMode

SourceRegistryLoginMode: string

Defines values for SourceRegistryLoginMode.
KnownSourceRegistryLoginMode can be used interchangeably with SourceRegistryLoginMode, this enum contains the known values that the service supports.

Known values supported by the service

None
Default

SourceTriggerEvent

SourceTriggerEvent: string

Defines values for SourceTriggerEvent.
KnownSourceTriggerEvent can be used interchangeably with SourceTriggerEvent, this enum contains the known values that the service supports.

Known values supported by the service

commit
pullrequest

StepType

StepType: string

Defines values for StepType.
KnownStepType can be used interchangeably with StepType, this enum contains the known values that the service supports.

Known values supported by the service

Docker
FileTask
EncodedTask

Task

Task: Resource & { agentConfiguration?: AgentProperties; agentPoolName?: undefined | string; creationDate?: Date; credentials?: Credentials; identity?: IdentityProperties; isSystemTask?: undefined | false | true; logTemplate?: undefined | string; platform?: PlatformProperties; provisioningState?: ProvisioningState; status?: TaskStatus; step?: TaskStepPropertiesUnion; timeout?: undefined | number; trigger?: TriggerProperties }

The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.

TaskRun

TaskRun: ProxyResource & { forceUpdateTag?: undefined | string; identity?: IdentityProperties; location?: undefined | string; provisioningState?: ProvisioningState; runRequest?: RunRequestUnion; runResult?: Run }

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

TaskRunRequest

TaskRunRequest: RunRequest & { overrideTaskStepProperties?: OverrideTaskStepProperties; taskId: string; type: "TaskRunRequest" }

The parameters for a task run request.

TaskRunsCreateResponse

TaskRunsCreateResponse: TaskRun

Contains response data for the create operation.

TaskRunsGetDetailsResponse

TaskRunsGetDetailsResponse: TaskRun

Contains response data for the getDetails operation.

TaskRunsGetResponse

TaskRunsGetResponse: TaskRun

Contains response data for the get operation.

TaskRunsListNextResponse

TaskRunsListNextResponse: TaskRunListResult

Contains response data for the listNext operation.

TaskRunsListResponse

TaskRunsListResponse: TaskRunListResult

Contains response data for the list operation.

TaskRunsUpdateResponse

TaskRunsUpdateResponse: TaskRun

Contains response data for the update operation.

TaskStatus

TaskStatus: string

Defines values for TaskStatus.
KnownTaskStatus can be used interchangeably with TaskStatus, this enum contains the known values that the service supports.

Known values supported by the service

Disabled
Enabled

TaskStepPropertiesUnion

TaskStepUpdateParametersUnion

TasksCreateResponse

TasksCreateResponse: Task

Contains response data for the create operation.

TasksGetDetailsResponse

TasksGetDetailsResponse: Task

Contains response data for the getDetails operation.

TasksGetResponse

TasksGetResponse: Task

Contains response data for the get operation.

TasksListNextResponse

TasksListNextResponse: TaskListResult

Contains response data for the listNext operation.

TasksListResponse

TasksListResponse: TaskListResult

Contains response data for the list operation.

TasksUpdateResponse

TasksUpdateResponse: Task

Contains response data for the update operation.

TlsStatus

TlsStatus: string

Defines values for TlsStatus.
KnownTlsStatus can be used interchangeably with TlsStatus, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

Token

Token: ProxyResource & { creationDate?: Date; credentials?: TokenCredentialsProperties; provisioningState?: ProvisioningState; scopeMapId?: undefined | string; status?: TokenStatus }

An object that represents a token for a container registry.

TokenCertificateName

TokenCertificateName: string

Defines values for TokenCertificateName.
KnownTokenCertificateName can be used interchangeably with TokenCertificateName, this enum contains the known values that the service supports.

Known values supported by the service

certificate1
certificate2

TokenPasswordName

TokenPasswordName: string

Defines values for TokenPasswordName.
KnownTokenPasswordName can be used interchangeably with TokenPasswordName, this enum contains the known values that the service supports.

Known values supported by the service

password1
password2

TokenStatus

TokenStatus: string

Defines values for TokenStatus.
KnownTokenStatus can be used interchangeably with TokenStatus, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

TokenType

TokenType: string

Defines values for TokenType.
KnownTokenType can be used interchangeably with TokenType, this enum contains the known values that the service supports.

Known values supported by the service

PAT
OAuth

TokensCreateResponse

TokensCreateResponse: Token

Contains response data for the create operation.

TokensGetResponse

TokensGetResponse: Token

Contains response data for the get operation.

TokensListNextResponse

TokensListNextResponse: TokenListResult

Contains response data for the listNext operation.

TokensListResponse

TokensListResponse: TokenListResult

Contains response data for the list operation.

TokensUpdateResponse

TokensUpdateResponse: Token

Contains response data for the update operation.

TriggerStatus

TriggerStatus: string

Defines values for TriggerStatus.
KnownTriggerStatus can be used interchangeably with TriggerStatus, this enum contains the known values that the service supports.

Known values supported by the service

Disabled
Enabled

TrustPolicyType

TrustPolicyType: string

Defines values for TrustPolicyType.
KnownTrustPolicyType can be used interchangeably with TrustPolicyType, this enum contains the known values that the service supports.

Known values supported by the service

Notary

UpdateTriggerPayloadType

UpdateTriggerPayloadType: string

Defines values for UpdateTriggerPayloadType.
KnownUpdateTriggerPayloadType can be used interchangeably with UpdateTriggerPayloadType, this enum contains the known values that the service supports.

Known values supported by the service

Default
Token

Variant

Variant: string

Defines values for Variant.
KnownVariant can be used interchangeably with Variant, this enum contains the known values that the service supports.

Known values supported by the service

v6
v7
v8

Webhook

Webhook: Resource & { actions?: WebhookAction[]; provisioningState?: ProvisioningState; scope?: undefined | string; status?: WebhookStatus }

An object that represents a webhook for a container registry.

WebhookAction

WebhookAction: string

Defines values for WebhookAction.
KnownWebhookAction can be used interchangeably with WebhookAction, this enum contains the known values that the service supports.

Known values supported by the service

push
delete
quarantine
chart_push
chart_delete

WebhookStatus

WebhookStatus: string

Defines values for WebhookStatus.
KnownWebhookStatus can be used interchangeably with WebhookStatus, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

WebhooksCreateResponse

WebhooksCreateResponse: Webhook

Contains response data for the create operation.

WebhooksGetCallbackConfigResponse

WebhooksGetCallbackConfigResponse: CallbackConfig

Contains response data for the getCallbackConfig operation.

WebhooksGetResponse

WebhooksGetResponse: Webhook

Contains response data for the get operation.

WebhooksListEventsNextResponse

WebhooksListEventsNextResponse: EventListResult

Contains response data for the listEventsNext operation.

WebhooksListEventsResponse

WebhooksListEventsResponse: EventListResult

Contains response data for the listEvents operation.

WebhooksListNextResponse

WebhooksListNextResponse: WebhookListResult

Contains response data for the listNext operation.

WebhooksListResponse

WebhooksListResponse: WebhookListResult

Contains response data for the list operation.

WebhooksPingResponse

WebhooksPingResponse: EventInfo

Contains response data for the ping operation.

WebhooksUpdateResponse

WebhooksUpdateResponse: Webhook

Contains response data for the update operation.

ZoneRedundancy

ZoneRedundancy: string

Defines values for ZoneRedundancy.
KnownZoneRedundancy can be used interchangeably with ZoneRedundancy, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

Variables

Const serializer

serializer: any = coreClient.createSerializer(Mappers, /* isXml */ false)

Object literals

Const $host

$host: object

parameterPath

parameterPath: string = "$host"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$host"

type

type: object

name

name: string = "String"

Const ActivationProperties

ActivationProperties: object

type

type: object

className

className: string = "ActivationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ActiveDirectoryObject

ActiveDirectoryObject: object

type

type: object

className

className: string = "ActiveDirectoryObject"

name

name: string = "Composite"

modelProperties

modelProperties: object

objectId

objectId: object

serializedName

serializedName: string = "objectId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

Const Actor

Actor: object

type

type: object

className

className: string = "Actor"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const AgentPool

AgentPool: object

type

type: object

className

className: string = "AgentPool"

name

name: string = "Composite"

modelProperties

modelProperties: object

count

count: object

serializedName

serializedName: string = "properties.count"

type

type: object

name

name: string = "Number"

os

os: object

serializedName

serializedName: string = "properties.os"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

tier

tier: object

serializedName

serializedName: string = "properties.tier"

type

type: object

name

name: string = "String"

virtualNetworkSubnetResourceId

virtualNetworkSubnetResourceId: object

serializedName

serializedName: string = "properties.virtualNetworkSubnetResourceId"

type

type: object

name

name: string = "String"

Const AgentPoolListResult

AgentPoolListResult: object

type

type: object

className

className: string = "AgentPoolListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AgentPool"

name

name: string = "Composite"

Const AgentPoolQueueStatus

AgentPoolQueueStatus: object

type

type: object

className

className: string = "AgentPoolQueueStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

count

count: object

serializedName

serializedName: string = "count"

type

type: object

name

name: string = "Number"

Const AgentPoolUpdateParameters

AgentPoolUpdateParameters: object

type

type: object

className

className: string = "AgentPoolUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

count

count: object

serializedName

serializedName: string = "properties.count"

type

type: object

name

name: string = "Number"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const AgentProperties

AgentProperties: object

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

cpu

cpu: object

serializedName

serializedName: string = "cpu"

type

type: object

name

name: string = "Number"

Const Argument

Argument: object

type

type: object

className

className: string = "Argument"

name

name: string = "Composite"

modelProperties

modelProperties: object

isSecret

isSecret: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isSecret"

type

type: object

name

name: string = "Boolean"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const AuthInfo

AuthInfo: object

type

type: object

className

className: string = "AuthInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

expiresIn

expiresIn: object

serializedName

serializedName: string = "expiresIn"

type

type: object

name

name: string = "Number"

refreshToken

refreshToken: object

serializedName

serializedName: string = "refreshToken"

type

type: object

name

name: string = "String"

scope

scope: object

serializedName

serializedName: string = "scope"

type

type: object

name

name: string = "String"

token

token: object

required

required: boolean = true

serializedName

serializedName: string = "token"

type

type: object

name

name: string = "String"

tokenType

tokenType: object

required

required: boolean = true

serializedName

serializedName: string = "tokenType"

type

type: object

name

name: string = "String"

Const AuthInfoUpdateParameters

AuthInfoUpdateParameters: object

type

type: object

className

className: string = "AuthInfoUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

expiresIn

expiresIn: object

serializedName

serializedName: string = "expiresIn"

type

type: object

name

name: string = "Number"

refreshToken

refreshToken: object

serializedName

serializedName: string = "refreshToken"

type

type: object

name

name: string = "String"

scope

scope: object

serializedName

serializedName: string = "scope"

type

type: object

name

name: string = "String"

token

token: object

serializedName

serializedName: string = "token"

type

type: object

name

name: string = "String"

tokenType

tokenType: object

serializedName

serializedName: string = "tokenType"

type

type: object

name

name: string = "String"

Const AzureADAuthenticationAsArmPolicy

AzureADAuthenticationAsArmPolicy: object

type

type: object

className

className: string = "AzureADAuthenticationAsArmPolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

defaultValue

defaultValue: string = "enabled"

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const BaseImageDependency

BaseImageDependency: object

type

type: object

className

className: string = "BaseImageDependency"

name

name: string = "Composite"

modelProperties

modelProperties: object

digest

digest: object

serializedName

serializedName: string = "digest"

type

type: object

name

name: string = "String"

registry

registry: object

serializedName

serializedName: string = "registry"

type

type: object

name

name: string = "String"

repository

repository: object

serializedName

serializedName: string = "repository"

type

type: object

name

name: string = "String"

tag

tag: object

serializedName

serializedName: string = "tag"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const BaseImageTrigger

BaseImageTrigger: object

type

type: object

className

className: string = "BaseImageTrigger"

name

name: string = "Composite"

modelProperties

modelProperties: object

baseImageTriggerType

baseImageTriggerType: object

required

required: boolean = true

serializedName

serializedName: string = "baseImageTriggerType"

type

type: object

name

name: string = "String"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

updateTriggerEndpoint

updateTriggerEndpoint: object

serializedName

serializedName: string = "updateTriggerEndpoint"

type

type: object

name

name: string = "String"

updateTriggerPayloadType

updateTriggerPayloadType: object

serializedName

serializedName: string = "updateTriggerPayloadType"

type

type: object

name

name: string = "String"

Const BaseImageTriggerUpdateParameters

BaseImageTriggerUpdateParameters: object

type

type: object

className

className: string = "BaseImageTriggerUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

baseImageTriggerType

baseImageTriggerType: object

serializedName

serializedName: string = "baseImageTriggerType"

type

type: object

name

name: string = "String"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

updateTriggerEndpoint

updateTriggerEndpoint: object

serializedName

serializedName: string = "updateTriggerEndpoint"

type

type: object

name

name: string = "String"

updateTriggerPayloadType

updateTriggerPayloadType: object

serializedName

serializedName: string = "updateTriggerPayloadType"

type

type: object

name

name: string = "String"

Const CallbackConfig

CallbackConfig: object

type

type: object

className

className: string = "CallbackConfig"

name

name: string = "Composite"

modelProperties

modelProperties: object

customHeaders

customHeaders: object

serializedName

serializedName: string = "customHeaders"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

serviceUri

serviceUri: object

required

required: boolean = true

serializedName

serializedName: string = "serviceUri"

type

type: object

name

name: string = "String"

Const ConnectedRegistry

ConnectedRegistry: object

type

type: object

className

className: string = "ConnectedRegistry"

name

name: string = "Composite"

modelProperties

modelProperties: object

activation

activation: object

serializedName

serializedName: string = "properties.activation"

type

type: object

className

className: string = "ActivationProperties"

name

name: string = "Composite"

clientTokenIds

clientTokenIds: object

serializedName

serializedName: string = "properties.clientTokenIds"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

connectionState

connectionState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.connectionState"

type

type: object

name

name: string = "String"

lastActivityTime

lastActivityTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.lastActivityTime"

type

type: object

name

name: string = "DateTime"

logging

logging: object

serializedName

serializedName: string = "properties.logging"

type

type: object

className

className: string = "LoggingProperties"

name

name: string = "Composite"

loginServer

loginServer: object

serializedName

serializedName: string = "properties.loginServer"

type

type: object

className

className: string = "LoginServerProperties"

name

name: string = "Composite"

mode

mode: object

serializedName

serializedName: string = "properties.mode"

type

type: object

name

name: string = "String"

notificationsList

notificationsList: object

serializedName

serializedName: string = "properties.notificationsList"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

parent

parent: object

serializedName

serializedName: string = "properties.parent"

type

type: object

className

className: string = "ParentProperties"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

statusDetails

statusDetails: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.statusDetails"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "StatusDetailProperties"

name

name: string = "Composite"

version

version: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.version"

type

type: object

name

name: string = "String"

Const ConnectedRegistryListResult

ConnectedRegistryListResult: object

type

type: object

className

className: string = "ConnectedRegistryListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ConnectedRegistry"

name

name: string = "Composite"

Const ConnectedRegistryUpdateParameters

ConnectedRegistryUpdateParameters: object

type

type: object

className

className: string = "ConnectedRegistryUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientTokenIds

clientTokenIds: object

serializedName

serializedName: string = "properties.clientTokenIds"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

logging

logging: object

serializedName

serializedName: string = "properties.logging"

type

type: object

className

className: string = "LoggingProperties"

name

name: string = "Composite"

notificationsList

notificationsList: object

serializedName

serializedName: string = "properties.notificationsList"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

syncProperties

syncProperties: object

serializedName

serializedName: string = "properties.syncProperties"

type

type: object

className

className: string = "SyncUpdateProperties"

name

name: string = "Composite"

Const Credentials

Credentials: object

type

type: object

className

className: string = "Credentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

customRegistries

customRegistries: object

serializedName

serializedName: string = "customRegistries"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "CustomRegistryCredentials"

name

name: string = "Composite"

sourceRegistry

sourceRegistry: object

serializedName

serializedName: string = "sourceRegistry"

type

type: object

className

className: string = "SourceRegistryCredentials"

name

name: string = "Composite"

Const CustomRegistryCredentials

CustomRegistryCredentials: object

type

type: object

className

className: string = "CustomRegistryCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

name

name: string = "String"

password

password: object

serializedName

serializedName: string = "password"

type

type: object

className

className: string = "SecretObject"

name

name: string = "Composite"

userName

userName: object

serializedName

serializedName: string = "userName"

type

type: object

className

className: string = "SecretObject"

name

name: string = "Composite"

Const DockerBuildRequest

DockerBuildRequest: object

serializedName

serializedName: string = "DockerBuildRequest"

type

type: object

className

className: string = "DockerBuildRequest"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = RunRequest.type.polymorphicDiscriminator

uberParent

uberParent: string = "RunRequest"

modelProperties

modelProperties: object

agentConfiguration

agentConfiguration: object

serializedName

serializedName: string = "agentConfiguration"

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

arguments

arguments: object

serializedName

serializedName: string = "arguments"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Argument"

name

name: string = "Composite"

credentials

credentials: object

serializedName

serializedName: string = "credentials"

type

type: object

className

className: string = "Credentials"

name

name: string = "Composite"

dockerFilePath

dockerFilePath: object

required

required: boolean = true

serializedName

serializedName: string = "dockerFilePath"

type

type: object

name

name: string = "String"

imageNames

imageNames: object

serializedName

serializedName: string = "imageNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

isPushEnabled

isPushEnabled: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "isPushEnabled"

type

type: object

name

name: string = "Boolean"

noCache

noCache: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "noCache"

type

type: object

name

name: string = "Boolean"

platform

platform: object

serializedName

serializedName: string = "platform"

type

type: object

className

className: string = "PlatformProperties"

name

name: string = "Composite"

sourceLocation

sourceLocation: object

serializedName

serializedName: string = "sourceLocation"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 3600

serializedName

serializedName: string = "timeout"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 28800

InclusiveMinimum

InclusiveMinimum: number = 300

type

type: object

name

name: string = "Number"

Const DockerBuildStep

DockerBuildStep: object

serializedName

serializedName: string = "Docker"

type

type: object

className

className: string = "DockerBuildStep"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TaskStepProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "TaskStepProperties"

modelProperties

modelProperties: object

arguments

arguments: object

serializedName

serializedName: string = "arguments"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Argument"

name

name: string = "Composite"

dockerFilePath

dockerFilePath: object

required

required: boolean = true

serializedName

serializedName: string = "dockerFilePath"

type

type: object

name

name: string = "String"

imageNames

imageNames: object

serializedName

serializedName: string = "imageNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

isPushEnabled

isPushEnabled: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "isPushEnabled"

type

type: object

name

name: string = "Boolean"

noCache

noCache: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "noCache"

type

type: object

name

name: string = "Boolean"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const DockerBuildStepUpdateParameters

DockerBuildStepUpdateParameters: object

serializedName

serializedName: string = "Docker"

type

type: object

className

className: string = "DockerBuildStepUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TaskStepUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "TaskStepUpdateParameters"

modelProperties

modelProperties: object

arguments

arguments: object

serializedName

serializedName: string = "arguments"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Argument"

name

name: string = "Composite"

dockerFilePath

dockerFilePath: object

serializedName

serializedName: string = "dockerFilePath"

type

type: object

name

name: string = "String"

imageNames

imageNames: object

serializedName

serializedName: string = "imageNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

isPushEnabled

isPushEnabled: object

serializedName

serializedName: string = "isPushEnabled"

type

type: object

name

name: string = "Boolean"

noCache

noCache: object

serializedName

serializedName: string = "noCache"

type

type: object

name

name: string = "Boolean"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const EncodedTaskRunRequest

EncodedTaskRunRequest: object

serializedName

serializedName: string = "EncodedTaskRunRequest"

type

type: object

className

className: string = "EncodedTaskRunRequest"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = RunRequest.type.polymorphicDiscriminator

uberParent

uberParent: string = "RunRequest"

modelProperties

modelProperties: object

agentConfiguration

agentConfiguration: object

serializedName

serializedName: string = "agentConfiguration"

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

credentials

credentials: object

serializedName

serializedName: string = "credentials"

type

type: object

className

className: string = "Credentials"

name

name: string = "Composite"

encodedTaskContent

encodedTaskContent: object

required

required: boolean = true

serializedName

serializedName: string = "encodedTaskContent"

type

type: object

name

name: string = "String"

encodedValuesContent

encodedValuesContent: object

serializedName

serializedName: string = "encodedValuesContent"

type

type: object

name

name: string = "String"

platform

platform: object

serializedName

serializedName: string = "platform"

type

type: object

className

className: string = "PlatformProperties"

name

name: string = "Composite"

sourceLocation

sourceLocation: object

serializedName

serializedName: string = "sourceLocation"

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 3600

serializedName

serializedName: string = "timeout"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 28800

InclusiveMinimum

InclusiveMinimum: number = 300

type

type: object

name

name: string = "Number"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

Const EncodedTaskStep

EncodedTaskStep: object

serializedName

serializedName: string = "EncodedTask"

type

type: object

className

className: string = "EncodedTaskStep"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TaskStepProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "TaskStepProperties"

modelProperties

modelProperties: object

encodedTaskContent

encodedTaskContent: object

required

required: boolean = true

serializedName

serializedName: string = "encodedTaskContent"

type

type: object

name

name: string = "String"

encodedValuesContent

encodedValuesContent: object

serializedName

serializedName: string = "encodedValuesContent"

type

type: object

name

name: string = "String"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

Const EncodedTaskStepUpdateParameters

EncodedTaskStepUpdateParameters: object

serializedName

serializedName: string = "EncodedTask"

type

type: object

className

className: string = "EncodedTaskStepUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TaskStepUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "TaskStepUpdateParameters"

modelProperties

modelProperties: object

encodedTaskContent

encodedTaskContent: object

serializedName

serializedName: string = "encodedTaskContent"

type

type: object

name

name: string = "String"

encodedValuesContent

encodedValuesContent: object

serializedName

serializedName: string = "encodedValuesContent"

type

type: object

name

name: string = "String"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

Const EncryptionProperty

EncryptionProperty: object

type

type: object

className

className: string = "EncryptionProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

keyVaultProperties

keyVaultProperties: object

serializedName

serializedName: string = "keyVaultProperties"

type

type: object

className

className: string = "KeyVaultProperties"

name

name: string = "Composite"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ErrorResponse

ErrorResponse: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorResponseBody"

name

name: string = "Composite"

Const ErrorResponseBody

ErrorResponseBody: object

type

type: object

className

className: string = "ErrorResponseBody"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

required

required: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "InnerErrorDescription"

name

name: string = "Composite"

message

message: object

required

required: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const Event

Event: object

type

type: object

className

className: string = "Event"

name

name: string = "Composite"

modelProperties

modelProperties: object

eventRequestMessage

eventRequestMessage: object

serializedName

serializedName: string = "eventRequestMessage"

type

type: object

className

className: string = "EventRequestMessage"

name

name: string = "Composite"

eventResponseMessage

eventResponseMessage: object

serializedName

serializedName: string = "eventResponseMessage"

type

type: object

className

className: string = "EventResponseMessage"

name

name: string = "Composite"

Const EventContent

EventContent: object

type

type: object

className

className: string = "EventContent"

name

name: string = "Composite"

modelProperties

modelProperties: object

action

action: object

serializedName

serializedName: string = "action"

type

type: object

name

name: string = "String"

actor

actor: object

serializedName

serializedName: string = "actor"

type

type: object

className

className: string = "Actor"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

request

request: object

serializedName

serializedName: string = "request"

type

type: object

className

className: string = "Request"

name

name: string = "Composite"

source

source: object

serializedName

serializedName: string = "source"

type

type: object

className

className: string = "Source"

name

name: string = "Composite"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

className

className: string = "Target"

name

name: string = "Composite"

timestamp

timestamp: object

serializedName

serializedName: string = "timestamp"

type

type: object

name

name: string = "DateTime"

Const EventInfo

EventInfo: object

type

type: object

className

className: string = "EventInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const EventListResult

EventListResult: object

type

type: object

className

className: string = "EventListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Event"

name

name: string = "Composite"

Const EventRequestMessage

EventRequestMessage: object

type

type: object

className

className: string = "EventRequestMessage"

name

name: string = "Composite"

modelProperties

modelProperties: object

content

content: object

serializedName

serializedName: string = "content"

type

type: object

className

className: string = "EventContent"

name

name: string = "Composite"

headers

headers: object

serializedName

serializedName: string = "headers"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

method

method: object

serializedName

serializedName: string = "method"

type

type: object

name

name: string = "String"

requestUri

requestUri: object

serializedName

serializedName: string = "requestUri"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const EventResponseMessage

EventResponseMessage: object

type

type: object

className

className: string = "EventResponseMessage"

name

name: string = "Composite"

modelProperties

modelProperties: object

content

content: object

serializedName

serializedName: string = "content"

type

type: object

name

name: string = "String"

headers

headers: object

serializedName

serializedName: string = "headers"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

reasonPhrase

reasonPhrase: object

serializedName

serializedName: string = "reasonPhrase"

type

type: object

name

name: string = "String"

statusCode

statusCode: object

serializedName

serializedName: string = "statusCode"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const ExportPipeline

ExportPipeline: object

type

type: object

className

className: string = "ExportPipeline"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

options

options: object

serializedName

serializedName: string = "properties.options"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "properties.target"

type

type: object

className

className: string = "ExportPipelineTargetProperties"

name

name: string = "Composite"

Const ExportPipelineListResult

ExportPipelineListResult: object

type

type: object

className

className: string = "ExportPipelineListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ExportPipeline"

name

name: string = "Composite"

Const ExportPipelineTargetProperties

ExportPipelineTargetProperties: object

type

type: object

className

className: string = "ExportPipelineTargetProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

keyVaultUri

keyVaultUri: object

required

required: boolean = true

serializedName

serializedName: string = "keyVaultUri"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

uri

uri: object

serializedName

serializedName: string = "uri"

type

type: object

name

name: string = "String"

Const ExportPolicy

ExportPolicy: object

type

type: object

className

className: string = "ExportPolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

defaultValue

defaultValue: string = "enabled"

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const FileTaskRunRequest

FileTaskRunRequest: object

serializedName

serializedName: string = "FileTaskRunRequest"

type

type: object

className

className: string = "FileTaskRunRequest"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = RunRequest.type.polymorphicDiscriminator

uberParent

uberParent: string = "RunRequest"

modelProperties

modelProperties: object

agentConfiguration

agentConfiguration: object

serializedName

serializedName: string = "agentConfiguration"

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

credentials

credentials: object

serializedName

serializedName: string = "credentials"

type

type: object

className

className: string = "Credentials"

name

name: string = "Composite"

platform

platform: object

serializedName

serializedName: string = "platform"

type

type: object

className

className: string = "PlatformProperties"

name

name: string = "Composite"

sourceLocation

sourceLocation: object

serializedName

serializedName: string = "sourceLocation"

type

type: object

name

name: string = "String"

taskFilePath

taskFilePath: object

required

required: boolean = true

serializedName

serializedName: string = "taskFilePath"

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 3600

serializedName

serializedName: string = "timeout"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 28800

InclusiveMinimum

InclusiveMinimum: number = 300

type

type: object

name

name: string = "Number"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

valuesFilePath

valuesFilePath: object

serializedName

serializedName: string = "valuesFilePath"

type

type: object

name

name: string = "String"

Const FileTaskStep

FileTaskStep: object

serializedName

serializedName: string = "FileTask"

type

type: object

className

className: string = "FileTaskStep"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TaskStepProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "TaskStepProperties"

modelProperties

modelProperties: object

taskFilePath

taskFilePath: object

required

required: boolean = true

serializedName

serializedName: string = "taskFilePath"

type

type: object

name

name: string = "String"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

valuesFilePath

valuesFilePath: object

serializedName

serializedName: string = "valuesFilePath"

type

type: object

name

name: string = "String"

Const FileTaskStepUpdateParameters

FileTaskStepUpdateParameters: object

serializedName

serializedName: string = "FileTask"

type

type: object

className

className: string = "FileTaskStepUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TaskStepUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "TaskStepUpdateParameters"

modelProperties

modelProperties: object

taskFilePath

taskFilePath: object

serializedName

serializedName: string = "taskFilePath"

type

type: object

name

name: string = "String"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

valuesFilePath

valuesFilePath: object

serializedName

serializedName: string = "valuesFilePath"

type

type: object

name

name: string = "String"

Const GenerateCredentialsParameters

GenerateCredentialsParameters: object

type

type: object

className

className: string = "GenerateCredentialsParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

expiry

expiry: object

serializedName

serializedName: string = "expiry"

type

type: object

name

name: string = "DateTime"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

tokenId

tokenId: object

serializedName

serializedName: string = "tokenId"

type

type: object

name

name: string = "String"

Const GenerateCredentialsResult

GenerateCredentialsResult: object

type

type: object

className

className: string = "GenerateCredentialsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

passwords

passwords: object

serializedName

serializedName: string = "passwords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TokenPassword"

name

name: string = "Composite"

username

username: object

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const IPRule

IPRule: object

type

type: object

className

className: string = "IPRule"

name

name: string = "Composite"

modelProperties

modelProperties: object

action

action: object

defaultValue

defaultValue: string = "Allow"

serializedName

serializedName: string = "action"

type

type: object

name

name: string = "String"

iPAddressOrRange

iPAddressOrRange: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const IdentityProperties

IdentityProperties: object

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

principalId

principalId: object

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

allowedValues

allowedValues: string[] = ["SystemAssigned","UserAssigned","SystemAssigned, UserAssigned","None"]

name

name: string = "Enum"

userAssignedIdentities

userAssignedIdentities: object

serializedName

serializedName: string = "userAssignedIdentities"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "UserIdentityProperties"

name

name: string = "Composite"

Const ImageDescriptor

ImageDescriptor: object

type

type: object

className

className: string = "ImageDescriptor"

name

name: string = "Composite"

modelProperties

modelProperties: object

digest

digest: object

serializedName

serializedName: string = "digest"

type

type: object

name

name: string = "String"

registry

registry: object

serializedName

serializedName: string = "registry"

type

type: object

name

name: string = "String"

repository

repository: object

serializedName

serializedName: string = "repository"

type

type: object

name

name: string = "String"

tag

tag: object

serializedName

serializedName: string = "tag"

type

type: object

name

name: string = "String"

Const ImageUpdateTrigger

ImageUpdateTrigger: object

type

type: object

className

className: string = "ImageUpdateTrigger"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

images

images: object

serializedName

serializedName: string = "images"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ImageDescriptor"

name

name: string = "Composite"

timestamp

timestamp: object

serializedName

serializedName: string = "timestamp"

type

type: object

name

name: string = "DateTime"

Const ImportImageParameters

ImportImageParameters: object

type

type: object

className

className: string = "ImportImageParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

mode

mode: object

defaultValue

defaultValue: string = "NoForce"

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

source

source: object

serializedName

serializedName: string = "source"

type

type: object

className

className: string = "ImportSource"

name

name: string = "Composite"

targetTags

targetTags: object

serializedName

serializedName: string = "targetTags"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

untaggedTargetRepositories

untaggedTargetRepositories: object

serializedName

serializedName: string = "untaggedTargetRepositories"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const ImportPipeline

ImportPipeline: object

type

type: object

className

className: string = "ImportPipeline"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

options

options: object

serializedName

serializedName: string = "properties.options"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

source

source: object

serializedName

serializedName: string = "properties.source"

type

type: object

className

className: string = "ImportPipelineSourceProperties"

name

name: string = "Composite"

trigger

trigger: object

serializedName

serializedName: string = "properties.trigger"

type

type: object

className

className: string = "PipelineTriggerProperties"

name

name: string = "Composite"

Const ImportPipelineListResult

ImportPipelineListResult: object

type

type: object

className

className: string = "ImportPipelineListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ImportPipeline"

name

name: string = "Composite"

Const ImportPipelineSourceProperties

ImportPipelineSourceProperties: object

type

type: object

className

className: string = "ImportPipelineSourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

keyVaultUri

keyVaultUri: object

required

required: boolean = true

serializedName

serializedName: string = "keyVaultUri"

type

type: object

name

name: string = "String"

type

type: object

defaultValue

defaultValue: string = "AzureStorageBlobContainer"

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

uri

uri: object

serializedName

serializedName: string = "uri"

type

type: object

name

name: string = "String"

Const ImportSource

ImportSource: object

type

type: object

className

className: string = "ImportSource"

name

name: string = "Composite"

modelProperties

modelProperties: object

credentials

credentials: object

serializedName

serializedName: string = "credentials"

type

type: object

className

className: string = "ImportSourceCredentials"

name

name: string = "Composite"

registryUri

registryUri: object

serializedName

serializedName: string = "registryUri"

type

type: object

name

name: string = "String"

resourceId

resourceId: object

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

sourceImage

sourceImage: object

required

required: boolean = true

serializedName

serializedName: string = "sourceImage"

type

type: object

name

name: string = "String"

Const ImportSourceCredentials

ImportSourceCredentials: object

type

type: object

className

className: string = "ImportSourceCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

password

password: object

required

required: boolean = true

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

username

username: object

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const InnerErrorDescription

InnerErrorDescription: object

type

type: object

className

className: string = "InnerErrorDescription"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

required

required: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

required

required: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const KeyVaultProperties

KeyVaultProperties: object

type

type: object

className

className: string = "KeyVaultProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

name

name: string = "String"

keyIdentifier

keyIdentifier: object

serializedName

serializedName: string = "keyIdentifier"

type

type: object

name

name: string = "String"

keyRotationEnabled

keyRotationEnabled: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "keyRotationEnabled"

type

type: object

name

name: string = "Boolean"

lastKeyRotationTimestamp

lastKeyRotationTimestamp: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastKeyRotationTimestamp"

type

type: object

name

name: string = "DateTime"

versionedKeyIdentifier

versionedKeyIdentifier: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "versionedKeyIdentifier"

type

type: object

name

name: string = "String"

Const LoggingProperties

LoggingProperties: object

type

type: object

className

className: string = "LoggingProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

auditLogStatus

auditLogStatus: object

defaultValue

defaultValue: string = "Disabled"

serializedName

serializedName: string = "auditLogStatus"

type

type: object

name

name: string = "String"

logLevel

logLevel: object

defaultValue

defaultValue: string = "Information"

serializedName

serializedName: string = "logLevel"

type

type: object

name

name: string = "String"

Const LoginServerProperties

LoginServerProperties: object

type

type: object

className

className: string = "LoginServerProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

host

host: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "host"

type

type: object

name

name: string = "String"

tls

tls: object

serializedName

serializedName: string = "tls"

type

type: object

className

className: string = "TlsProperties"

name

name: string = "Composite"

Const NetworkRuleSet

NetworkRuleSet: object

type

type: object

className

className: string = "NetworkRuleSet"

name

name: string = "Composite"

modelProperties

modelProperties: object

defaultAction

defaultAction: object

defaultValue

defaultValue: string = "Allow"

required

required: boolean = true

serializedName

serializedName: string = "defaultAction"

type

type: object

name

name: string = "String"

ipRules

ipRules: object

serializedName

serializedName: string = "ipRules"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "IPRule"

name

name: string = "Composite"

Const OperationDefinition

OperationDefinition: object

type

type: object

className

className: string = "OperationDefinition"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "OperationDisplayDefinition"

name

name: string = "Composite"

isDataAction

isDataAction: object

serializedName

serializedName: string = "isDataAction"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

origin

origin: object

serializedName

serializedName: string = "origin"

type

type: object

name

name: string = "String"

serviceSpecification

serviceSpecification: object

serializedName

serializedName: string = "properties.serviceSpecification"

type

type: object

className

className: string = "OperationServiceSpecificationDefinition"

name

name: string = "Composite"

Const OperationDisplayDefinition

OperationDisplayDefinition: object

type

type: object

className

className: string = "OperationDisplayDefinition"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const OperationListResult

OperationListResult: object

type

type: object

className

className: string = "OperationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OperationDefinition"

name

name: string = "Composite"

Const OperationLogSpecificationDefinition

OperationLogSpecificationDefinition: object

type

type: object

className

className: string = "OperationLogSpecificationDefinition"

name

name: string = "Composite"

modelProperties

modelProperties: object

blobDuration

blobDuration: object

serializedName

serializedName: string = "blobDuration"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const OperationMetricSpecificationDefinition

OperationMetricSpecificationDefinition: object

type

type: object

className

className: string = "OperationMetricSpecificationDefinition"

name

name: string = "Composite"

modelProperties

modelProperties: object

aggregationType

aggregationType: object

serializedName

serializedName: string = "aggregationType"

type

type: object

name

name: string = "String"

displayDescription

displayDescription: object

serializedName

serializedName: string = "displayDescription"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

internalMetricName

internalMetricName: object

serializedName

serializedName: string = "internalMetricName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const OperationServiceSpecificationDefinition

OperationServiceSpecificationDefinition: object

type

type: object

className

className: string = "OperationServiceSpecificationDefinition"

name

name: string = "Composite"

modelProperties

modelProperties: object

logSpecifications

logSpecifications: object

serializedName

serializedName: string = "logSpecifications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OperationLogSpecificationDefinition"

name

name: string = "Composite"

metricSpecifications

metricSpecifications: object

serializedName

serializedName: string = "metricSpecifications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OperationMetricSpecificationDefinition"

name

name: string = "Composite"

Const OverrideTaskStepProperties

OverrideTaskStepProperties: object

type

type: object

className

className: string = "OverrideTaskStepProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

arguments

arguments: object

serializedName

serializedName: string = "arguments"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Argument"

name

name: string = "Composite"

contextPath

contextPath: object

serializedName

serializedName: string = "contextPath"

type

type: object

name

name: string = "String"

file

file: object

serializedName

serializedName: string = "file"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

updateTriggerToken

updateTriggerToken: object

serializedName

serializedName: string = "updateTriggerToken"

type

type: object

name

name: string = "String"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

Const PackageType

PackageType: object

type

type: object

className

className: string = "PackageType"

name

name: string = "Composite"

modelProperties

modelProperties: object

endpoint

endpoint: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "endpoint"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const ParentProperties

ParentProperties: object

type

type: object

className

className: string = "ParentProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

syncProperties

syncProperties: object

serializedName

serializedName: string = "syncProperties"

type

type: object

className

className: string = "SyncProperties"

name

name: string = "Composite"

Const PipelineRun

PipelineRun: object

type

type: object

className

className: string = "PipelineRun"

name

name: string = "Composite"

modelProperties

modelProperties: object

forceUpdateTag

forceUpdateTag: object

serializedName

serializedName: string = "properties.forceUpdateTag"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

request

request: object

serializedName

serializedName: string = "properties.request"

type

type: object

className

className: string = "PipelineRunRequest"

name

name: string = "Composite"

response

response: object

serializedName

serializedName: string = "properties.response"

type

type: object

className

className: string = "PipelineRunResponse"

name

name: string = "Composite"

Const PipelineRunListResult

PipelineRunListResult: object

type

type: object

className

className: string = "PipelineRunListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PipelineRun"

name

name: string = "Composite"

Const PipelineRunRequest

PipelineRunRequest: object

type

type: object

className

className: string = "PipelineRunRequest"

name

name: string = "Composite"

modelProperties

modelProperties: object

artifacts

artifacts: object

serializedName

serializedName: string = "artifacts"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

catalogDigest

catalogDigest: object

serializedName

serializedName: string = "catalogDigest"

type

type: object

name

name: string = "String"

pipelineResourceId

pipelineResourceId: object

serializedName

serializedName: string = "pipelineResourceId"

type

type: object

name

name: string = "String"

source

source: object

serializedName

serializedName: string = "source"

type

type: object

className

className: string = "PipelineRunSourceProperties"

name

name: string = "Composite"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

className

className: string = "PipelineRunTargetProperties"

name

name: string = "Composite"

Const PipelineRunResponse

PipelineRunResponse: object

type

type: object

className

className: string = "PipelineRunResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

catalogDigest

catalogDigest: object

serializedName

serializedName: string = "catalogDigest"

type

type: object

name

name: string = "String"

finishTime

finishTime: object

serializedName

serializedName: string = "finishTime"

type

type: object

name

name: string = "DateTime"

importedArtifacts

importedArtifacts: object

serializedName

serializedName: string = "importedArtifacts"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

pipelineRunErrorMessage

pipelineRunErrorMessage: object

serializedName

serializedName: string = "pipelineRunErrorMessage"

type

type: object

name

name: string = "String"

progress

progress: object

serializedName

serializedName: string = "progress"

type

type: object

className

className: string = "ProgressProperties"

name

name: string = "Composite"

source

source: object

serializedName

serializedName: string = "source"

type

type: object

className

className: string = "ImportPipelineSourceProperties"

name

name: string = "Composite"

startTime

startTime: object

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

className

className: string = "ExportPipelineTargetProperties"

name

name: string = "Composite"

trigger

trigger: object

serializedName

serializedName: string = "trigger"

type

type: object

className

className: string = "PipelineTriggerDescriptor"

name

name: string = "Composite"

Const PipelineRunSourceProperties

PipelineRunSourceProperties: object

type

type: object

className

className: string = "PipelineRunSourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

defaultValue

defaultValue: string = "AzureStorageBlob"

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const PipelineRunTargetProperties

PipelineRunTargetProperties: object

type

type: object

className

className: string = "PipelineRunTargetProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

defaultValue

defaultValue: string = "AzureStorageBlob"

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const PipelineSourceTriggerDescriptor

PipelineSourceTriggerDescriptor: object

type

type: object

className

className: string = "PipelineSourceTriggerDescriptor"

name

name: string = "Composite"

modelProperties

modelProperties: object

timestamp

timestamp: object

serializedName

serializedName: string = "timestamp"

type

type: object

name

name: string = "DateTime"

Const PipelineSourceTriggerProperties

PipelineSourceTriggerProperties: object

type

type: object

className

className: string = "PipelineSourceTriggerProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

required

required: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const PipelineTriggerDescriptor

PipelineTriggerDescriptor: object

type

type: object

className

className: string = "PipelineTriggerDescriptor"

name

name: string = "Composite"

modelProperties

modelProperties: object

sourceTrigger

sourceTrigger: object

serializedName

serializedName: string = "sourceTrigger"

type

type: object

className

className: string = "PipelineSourceTriggerDescriptor"

name

name: string = "Composite"

Const PipelineTriggerProperties

PipelineTriggerProperties: object

type

type: object

className

className: string = "PipelineTriggerProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

sourceTrigger

sourceTrigger: object

serializedName

serializedName: string = "sourceTrigger"

type

type: object

className

className: string = "PipelineSourceTriggerProperties"

name

name: string = "Composite"

Const PlatformProperties

PlatformProperties: object

type

type: object

className

className: string = "PlatformProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

architecture

architecture: object

serializedName

serializedName: string = "architecture"

type

type: object

name

name: string = "String"

os

os: object

required

required: boolean = true

serializedName

serializedName: string = "os"

type

type: object

name

name: string = "String"

variant

variant: object

serializedName

serializedName: string = "variant"

type

type: object

name

name: string = "String"

Const PlatformUpdateParameters

PlatformUpdateParameters: object

type

type: object

className

className: string = "PlatformUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

architecture

architecture: object

serializedName

serializedName: string = "architecture"

type

type: object

name

name: string = "String"

os

os: object

serializedName

serializedName: string = "os"

type

type: object

name

name: string = "String"

variant

variant: object

serializedName

serializedName: string = "variant"

type

type: object

name

name: string = "String"

Const Policies

Policies: object

type

type: object

className

className: string = "Policies"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureADAuthenticationAsArmPolicy

azureADAuthenticationAsArmPolicy: object

serializedName

serializedName: string = "azureADAuthenticationAsArmPolicy"

type

type: object

className

className: string = "AzureADAuthenticationAsArmPolicy"

name

name: string = "Composite"

exportPolicy

exportPolicy: object

serializedName

serializedName: string = "exportPolicy"

type

type: object

className

className: string = "ExportPolicy"

name

name: string = "Composite"

quarantinePolicy

quarantinePolicy: object

serializedName

serializedName: string = "quarantinePolicy"

type

type: object

className

className: string = "QuarantinePolicy"

name

name: string = "Composite"

retentionPolicy

retentionPolicy: object

serializedName

serializedName: string = "retentionPolicy"

type

type: object

className

className: string = "RetentionPolicy"

name

name: string = "Composite"

softDeletePolicy

softDeletePolicy: object

serializedName

serializedName: string = "softDeletePolicy"

type

type: object

className

className: string = "SoftDeletePolicy"

name

name: string = "Composite"

trustPolicy

trustPolicy: object

serializedName

serializedName: string = "trustPolicy"

type

type: object

className

className: string = "TrustPolicy"

name

name: string = "Composite"

Const PrivateEndpoint

PrivateEndpoint: object

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnection

PrivateEndpointConnection: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

modelProperties

modelProperties: object

privateEndpoint

privateEndpoint: object

serializedName

serializedName: string = "properties.privateEndpoint"

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

privateLinkServiceConnectionState

privateLinkServiceConnectionState: object

serializedName

serializedName: string = "properties.privateLinkServiceConnectionState"

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnectionListResult

PrivateEndpointConnectionListResult: object

type

type: object

className

className: string = "PrivateEndpointConnectionListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

Const PrivateLinkResource

PrivateLinkResource: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

serializedName

serializedName: string = "properties.groupId"

type

type: object

name

name: string = "String"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

requiredMembers

requiredMembers: object

serializedName

serializedName: string = "properties.requiredMembers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

requiredZoneNames

requiredZoneNames: object

serializedName

serializedName: string = "properties.requiredZoneNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const PrivateLinkResourceListResult

PrivateLinkResourceListResult: object

type

type: object

className

className: string = "PrivateLinkResourceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

Const PrivateLinkServiceConnectionState

PrivateLinkServiceConnectionState: object

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

modelProperties

modelProperties: object

actionsRequired

actionsRequired: object

serializedName

serializedName: string = "actionsRequired"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ProgressProperties

ProgressProperties: object

type

type: object

className

className: string = "ProgressProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

percentage

percentage: object

serializedName

serializedName: string = "percentage"

type

type: object

name

name: string = "String"

Const ProxyResource

ProxyResource: object

type

type: object

className

className: string = "ProxyResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const QuarantinePolicy

QuarantinePolicy: object

type

type: object

className

className: string = "QuarantinePolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const RegenerateCredentialParameters

RegenerateCredentialParameters: object

type

type: object

className

className: string = "RegenerateCredentialParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

allowedValues

allowedValues: string[] = ["password", "password2"]

name

name: string = "Enum"

Const Registry

Registry: object

type

type: object

className

className: string = "Registry"

name

name: string = "Composite"

modelProperties

modelProperties: object

adminUserEnabled

adminUserEnabled: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "properties.adminUserEnabled"

type

type: object

name

name: string = "Boolean"

anonymousPullEnabled

anonymousPullEnabled: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "properties.anonymousPullEnabled"

type

type: object

name

name: string = "Boolean"

creationDate

creationDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationDate"

type

type: object

name

name: string = "DateTime"

dataEndpointEnabled

dataEndpointEnabled: object

serializedName

serializedName: string = "properties.dataEndpointEnabled"

type

type: object

name

name: string = "Boolean"

dataEndpointHostNames

dataEndpointHostNames: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.dataEndpointHostNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

encryption

encryption: object

serializedName

serializedName: string = "properties.encryption"

type

type: object

className

className: string = "EncryptionProperty"

name

name: string = "Composite"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

loginServer

loginServer: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.loginServer"

type

type: object

name

name: string = "String"

networkRuleBypassOptions

networkRuleBypassOptions: object

serializedName

serializedName: string = "properties.networkRuleBypassOptions"

type

type: object

name

name: string = "String"

networkRuleSet

networkRuleSet: object

serializedName

serializedName: string = "properties.networkRuleSet"

type

type: object

className

className: string = "NetworkRuleSet"

name

name: string = "Composite"

policies

policies: object

serializedName

serializedName: string = "properties.policies"

type

type: object

className

className: string = "Policies"

name

name: string = "Composite"

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

className

className: string = "Status"

name

name: string = "Composite"

zoneRedundancy

zoneRedundancy: object

serializedName

serializedName: string = "properties.zoneRedundancy"

type

type: object

name

name: string = "String"

Const RegistryListCredentialsResult

RegistryListCredentialsResult: object

type

type: object

className

className: string = "RegistryListCredentialsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

passwords

passwords: object

serializedName

serializedName: string = "passwords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "RegistryPassword"

name

name: string = "Composite"

username

username: object

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const RegistryListResult

RegistryListResult: object

type

type: object

className

className: string = "RegistryListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Registry"

name

name: string = "Composite"

Const RegistryNameCheckRequest

RegistryNameCheckRequest: object

type

type: object

className

className: string = "RegistryNameCheckRequest"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

type

type: object

defaultValue

defaultValue: string = "Microsoft.ContainerRegistry/registries"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const RegistryNameStatus

RegistryNameStatus: object

type

type: object

className

className: string = "RegistryNameStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

nameAvailable

nameAvailable: object

serializedName

serializedName: string = "nameAvailable"

type

type: object

name

name: string = "Boolean"

reason

reason: object

serializedName

serializedName: string = "reason"

type

type: object

name

name: string = "String"

Const RegistryPassword

RegistryPassword: object

type

type: object

className

className: string = "RegistryPassword"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

allowedValues

allowedValues: string[] = ["password", "password2"]

name

name: string = "Enum"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const RegistryUpdateParameters

RegistryUpdateParameters: object

type

type: object

className

className: string = "RegistryUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

adminUserEnabled

adminUserEnabled: object

serializedName

serializedName: string = "properties.adminUserEnabled"

type

type: object

name

name: string = "Boolean"

anonymousPullEnabled

anonymousPullEnabled: object

serializedName

serializedName: string = "properties.anonymousPullEnabled"

type

type: object

name

name: string = "Boolean"

dataEndpointEnabled

dataEndpointEnabled: object

serializedName

serializedName: string = "properties.dataEndpointEnabled"

type

type: object

name

name: string = "Boolean"

encryption

encryption: object

serializedName

serializedName: string = "properties.encryption"

type

type: object

className

className: string = "EncryptionProperty"

name

name: string = "Composite"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

networkRuleBypassOptions

networkRuleBypassOptions: object

serializedName

serializedName: string = "properties.networkRuleBypassOptions"

type

type: object

name

name: string = "String"

networkRuleSet

networkRuleSet: object

serializedName

serializedName: string = "properties.networkRuleSet"

type

type: object

className

className: string = "NetworkRuleSet"

name

name: string = "Composite"

policies

policies: object

serializedName

serializedName: string = "properties.policies"

type

type: object

className

className: string = "Policies"

name

name: string = "Composite"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const RegistryUsage

RegistryUsage: object

type

type: object

className

className: string = "RegistryUsage"

name

name: string = "Composite"

modelProperties

modelProperties: object

currentValue

currentValue: object

serializedName

serializedName: string = "currentValue"

type

type: object

name

name: string = "Number"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const RegistryUsageListResult

RegistryUsageListResult: object

type

type: object

className

className: string = "RegistryUsageListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "RegistryUsage"

name

name: string = "Composite"

Const Replication

Replication: object

type

type: object

className

className: string = "Replication"

name

name: string = "Composite"

modelProperties

modelProperties: object

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

regionEndpointEnabled

regionEndpointEnabled: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "properties.regionEndpointEnabled"

type

type: object

name

name: string = "Boolean"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

className

className: string = "Status"

name

name: string = "Composite"

zoneRedundancy

zoneRedundancy: object

serializedName

serializedName: string = "properties.zoneRedundancy"

type

type: object

name

name: string = "String"

Const ReplicationListResult

ReplicationListResult: object

type

type: object

className

className: string = "ReplicationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Replication"

name

name: string = "Composite"

Const ReplicationUpdateParameters

ReplicationUpdateParameters: object

type

type: object

className

className: string = "ReplicationUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

regionEndpointEnabled

regionEndpointEnabled: object

serializedName

serializedName: string = "properties.regionEndpointEnabled"

type

type: object

name

name: string = "Boolean"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const Request

Request: object

type

type: object

className

className: string = "Request"

name

name: string = "Composite"

modelProperties

modelProperties: object

addr

addr: object

serializedName

serializedName: string = "addr"

type

type: object

name

name: string = "String"

host

host: object

serializedName

serializedName: string = "host"

type

type: object

name

name: string = "String"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

method

method: object

serializedName

serializedName: string = "method"

type

type: object

name

name: string = "String"

useragent

useragent: object

serializedName

serializedName: string = "useragent"

type

type: object

name

name: string = "String"

Const Resource

Resource: object

type

type: object

className

className: string = "Resource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const RetentionPolicy

RetentionPolicy: object

type

type: object

className

className: string = "RetentionPolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

days

days: object

defaultValue

defaultValue: number = 7

serializedName

serializedName: string = "days"

type

type: object

name

name: string = "Number"

lastUpdatedTime

lastUpdatedTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastUpdatedTime"

type

type: object

name

name: string = "DateTime"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const Run

Run: object

type

type: object

className

className: string = "Run"

name

name: string = "Composite"

modelProperties

modelProperties: object

agentConfiguration

agentConfiguration: object

serializedName

serializedName: string = "properties.agentConfiguration"

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

agentPoolName

agentPoolName: object

serializedName

serializedName: string = "properties.agentPoolName"

type

type: object

name

name: string = "String"

createTime

createTime: object

serializedName

serializedName: string = "properties.createTime"

type

type: object

name

name: string = "DateTime"

customRegistries

customRegistries: object

serializedName

serializedName: string = "properties.customRegistries"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

finishTime

finishTime: object

serializedName

serializedName: string = "properties.finishTime"

type

type: object

name

name: string = "DateTime"

imageUpdateTrigger

imageUpdateTrigger: object

serializedName

serializedName: string = "properties.imageUpdateTrigger"

type

type: object

className

className: string = "ImageUpdateTrigger"

name

name: string = "Composite"

isArchiveEnabled

isArchiveEnabled: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "properties.isArchiveEnabled"

type

type: object

name

name: string = "Boolean"

lastUpdatedTime

lastUpdatedTime: object

serializedName

serializedName: string = "properties.lastUpdatedTime"

type

type: object

name

name: string = "DateTime"

logArtifact

logArtifact: object

serializedName

serializedName: string = "properties.logArtifact"

type

type: object

className

className: string = "ImageDescriptor"

name

name: string = "Composite"

outputImages

outputImages: object

serializedName

serializedName: string = "properties.outputImages"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ImageDescriptor"

name

name: string = "Composite"

platform

platform: object

serializedName

serializedName: string = "properties.platform"

type

type: object

className

className: string = "PlatformProperties"

name

name: string = "Composite"

provisioningState

provisioningState: object

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

runErrorMessage

runErrorMessage: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.runErrorMessage"

type

type: object

name

name: string = "String"

runId

runId: object

serializedName

serializedName: string = "properties.runId"

type

type: object

name

name: string = "String"

runType

runType: object

serializedName

serializedName: string = "properties.runType"

type

type: object

name

name: string = "String"

sourceRegistryAuth

sourceRegistryAuth: object

serializedName

serializedName: string = "properties.sourceRegistryAuth"

type

type: object

name

name: string = "String"

sourceTrigger

sourceTrigger: object

serializedName

serializedName: string = "properties.sourceTrigger"

type

type: object

className

className: string = "SourceTriggerDescriptor"

name

name: string = "Composite"

startTime

startTime: object

serializedName

serializedName: string = "properties.startTime"

type

type: object

name

name: string = "DateTime"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

task

task: object

serializedName

serializedName: string = "properties.task"

type

type: object

name

name: string = "String"

timerTrigger

timerTrigger: object

serializedName

serializedName: string = "properties.timerTrigger"

type

type: object

className

className: string = "TimerTriggerDescriptor"

name

name: string = "Composite"

updateTriggerToken

updateTriggerToken: object

serializedName

serializedName: string = "properties.updateTriggerToken"

type

type: object

name

name: string = "String"

Const RunFilter

RunFilter: object

type

type: object

className

className: string = "RunFilter"

name

name: string = "Composite"

modelProperties

modelProperties: object

agentPoolName

agentPoolName: object

serializedName

serializedName: string = "agentPoolName"

type

type: object

name

name: string = "String"

createTime

createTime: object

serializedName

serializedName: string = "createTime"

type

type: object

name

name: string = "DateTime"

finishTime

finishTime: object

serializedName

serializedName: string = "finishTime"

type

type: object

name

name: string = "DateTime"

isArchiveEnabled

isArchiveEnabled: object

serializedName

serializedName: string = "isArchiveEnabled"

type

type: object

name

name: string = "Boolean"

outputImageManifests

outputImageManifests: object

serializedName

serializedName: string = "outputImageManifests"

type

type: object

name

name: string = "String"

runId

runId: object

serializedName

serializedName: string = "runId"

type

type: object

name

name: string = "String"

runType

runType: object

serializedName

serializedName: string = "runType"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

taskName

taskName: object

serializedName

serializedName: string = "taskName"

type

type: object

name

name: string = "String"

Const RunGetLogResult

RunGetLogResult: object

type

type: object

className

className: string = "RunGetLogResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

logArtifactLink

logArtifactLink: object

serializedName

serializedName: string = "logArtifactLink"

type

type: object

name

name: string = "String"

logLink

logLink: object

serializedName

serializedName: string = "logLink"

type

type: object

name

name: string = "String"

Const RunListResult

RunListResult: object

type

type: object

className

className: string = "RunListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Run"

name

name: string = "Composite"

Const RunRequest

RunRequest: object

type

type: object

className

className: string = "RunRequest"

name

name: string = "Composite"

uberParent

uberParent: string = "RunRequest"

modelProperties

modelProperties: object

agentPoolName

agentPoolName: object

serializedName

serializedName: string = "agentPoolName"

type

type: object

name

name: string = "String"

isArchiveEnabled

isArchiveEnabled: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isArchiveEnabled"

type

type: object

name

name: string = "Boolean"

logTemplate

logTemplate: object

serializedName

serializedName: string = "logTemplate"

type

type: object

name

name: string = "String"

type

type: object

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "type"

serializedName

serializedName: string = "type"

Const RunUpdateParameters

RunUpdateParameters: object

type

type: object

className

className: string = "RunUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

isArchiveEnabled

isArchiveEnabled: object

serializedName

serializedName: string = "isArchiveEnabled"

type

type: object

name

name: string = "Boolean"

Const ScopeMap

ScopeMap: object

type

type: object

className

className: string = "ScopeMap"

name

name: string = "Composite"

modelProperties

modelProperties: object

actions

actions: object

serializedName

serializedName: string = "properties.actions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

creationDate

creationDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationDate"

type

type: object

name

name: string = "DateTime"

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

typePropertiesType

typePropertiesType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.type"

type

type: object

name

name: string = "String"

Const ScopeMapListResult

ScopeMapListResult: object

type

type: object

className

className: string = "ScopeMapListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ScopeMap"

name

name: string = "Composite"

Const ScopeMapUpdateParameters

ScopeMapUpdateParameters: object

type

type: object

className

className: string = "ScopeMapUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

actions

actions: object

serializedName

serializedName: string = "properties.actions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

Const SecretObject

SecretObject: object

type

type: object

className

className: string = "SecretObject"

name

name: string = "Composite"

modelProperties

modelProperties: object

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const SetValue

SetValue: object

type

type: object

className

className: string = "SetValue"

name

name: string = "Composite"

modelProperties

modelProperties: object

isSecret

isSecret: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isSecret"

type

type: object

name

name: string = "Boolean"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const Sku

Sku: object

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

tier

tier: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tier"

type

type: object

name

name: string = "String"

Const SoftDeletePolicy

SoftDeletePolicy: object

type

type: object

className

className: string = "SoftDeletePolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

lastUpdatedTime

lastUpdatedTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastUpdatedTime"

type

type: object

name

name: string = "DateTime"

retentionDays

retentionDays: object

defaultValue

defaultValue: number = 7

serializedName

serializedName: string = "retentionDays"

type

type: object

name

name: string = "Number"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const Source

Source: object

type

type: object

className

className: string = "Source"

name

name: string = "Composite"

modelProperties

modelProperties: object

addr

addr: object

serializedName

serializedName: string = "addr"

type

type: object

name

name: string = "String"

instanceID

instanceID: object

serializedName

serializedName: string = "instanceID"

type

type: object

name

name: string = "String"

Const SourceProperties

SourceProperties: object

type

type: object

className

className: string = "SourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

branch

branch: object

serializedName

serializedName: string = "branch"

type

type: object

name

name: string = "String"

repositoryUrl

repositoryUrl: object

required

required: boolean = true

serializedName

serializedName: string = "repositoryUrl"

type

type: object

name

name: string = "String"

sourceControlAuthProperties

sourceControlAuthProperties: object

serializedName

serializedName: string = "sourceControlAuthProperties"

type

type: object

className

className: string = "AuthInfo"

name

name: string = "Composite"

sourceControlType

sourceControlType: object

required

required: boolean = true

serializedName

serializedName: string = "sourceControlType"

type

type: object

name

name: string = "String"

Const SourceRegistryCredentials

SourceRegistryCredentials: object

type

type: object

className

className: string = "SourceRegistryCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

loginMode

loginMode: object

serializedName

serializedName: string = "loginMode"

type

type: object

name

name: string = "String"

Const SourceTrigger

SourceTrigger: object

type

type: object

className

className: string = "SourceTrigger"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

sourceRepository

sourceRepository: object

serializedName

serializedName: string = "sourceRepository"

type

type: object

className

className: string = "SourceProperties"

name

name: string = "Composite"

sourceTriggerEvents

sourceTriggerEvents: object

required

required: boolean = true

serializedName

serializedName: string = "sourceTriggerEvents"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const SourceTriggerDescriptor

SourceTriggerDescriptor: object

type

type: object

className

className: string = "SourceTriggerDescriptor"

name

name: string = "Composite"

modelProperties

modelProperties: object

branchName

branchName: object

serializedName

serializedName: string = "branchName"

type

type: object

name

name: string = "String"

commitId

commitId: object

serializedName

serializedName: string = "commitId"

type

type: object

name

name: string = "String"

eventType

eventType: object

serializedName

serializedName: string = "eventType"

type

type: object

name

name: string = "String"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

providerType

providerType: object

serializedName

serializedName: string = "providerType"

type

type: object

name

name: string = "String"

pullRequestId

pullRequestId: object

serializedName

serializedName: string = "pullRequestId"

type

type: object

name

name: string = "String"

repositoryUrl

repositoryUrl: object

serializedName

serializedName: string = "repositoryUrl"

type

type: object

name

name: string = "String"

Const SourceTriggerUpdateParameters

SourceTriggerUpdateParameters: object

type

type: object

className

className: string = "SourceTriggerUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

sourceRepository

sourceRepository: object

serializedName

serializedName: string = "sourceRepository"

type

type: object

className

className: string = "SourceUpdateParameters"

name

name: string = "Composite"

sourceTriggerEvents

sourceTriggerEvents: object

serializedName

serializedName: string = "sourceTriggerEvents"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const SourceUpdateParameters

SourceUpdateParameters: object

type

type: object

className

className: string = "SourceUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

branch

branch: object

serializedName

serializedName: string = "branch"

type

type: object

name

name: string = "String"

repositoryUrl

repositoryUrl: object

serializedName

serializedName: string = "repositoryUrl"

type

type: object

name

name: string = "String"

sourceControlAuthProperties

sourceControlAuthProperties: object

serializedName

serializedName: string = "sourceControlAuthProperties"

type

type: object

className

className: string = "AuthInfoUpdateParameters"

name

name: string = "Composite"

sourceControlType

sourceControlType: object

serializedName

serializedName: string = "sourceControlType"

type

type: object

name

name: string = "String"

Const SourceUploadDefinition

SourceUploadDefinition: object

type

type: object

className

className: string = "SourceUploadDefinition"

name

name: string = "Composite"

modelProperties

modelProperties: object

relativePath

relativePath: object

serializedName

serializedName: string = "relativePath"

type

type: object

name

name: string = "String"

uploadUrl

uploadUrl: object

serializedName

serializedName: string = "uploadUrl"

type

type: object

name

name: string = "String"

Const Status

Status: object

type

type: object

className

className: string = "Status"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayStatus

displayStatus: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "displayStatus"

type

type: object

name

name: string = "String"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

timestamp

timestamp: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "timestamp"

type

type: object

name

name: string = "DateTime"

Const StatusDetailProperties

StatusDetailProperties: object

type

type: object

className

className: string = "StatusDetailProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

correlationId

correlationId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "correlationId"

type

type: object

name

name: string = "String"

description

description: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

timestamp

timestamp: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "timestamp"

type

type: object

name

name: string = "DateTime"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const StorageAccountProperties

StorageAccountProperties: object

type

type: object

className

className: string = "StorageAccountProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const SyncProperties

SyncProperties: object

type

type: object

className

className: string = "SyncProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

gatewayEndpoint

gatewayEndpoint: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "gatewayEndpoint"

type

type: object

name

name: string = "String"

lastSyncTime

lastSyncTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastSyncTime"

type

type: object

name

name: string = "DateTime"

messageTtl

messageTtl: object

required

required: boolean = true

serializedName

serializedName: string = "messageTtl"

type

type: object

name

name: string = "TimeSpan"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

name

name: string = "String"

syncWindow

syncWindow: object

serializedName

serializedName: string = "syncWindow"

type

type: object

name

name: string = "TimeSpan"

tokenId

tokenId: object

required

required: boolean = true

serializedName

serializedName: string = "tokenId"

type

type: object

name

name: string = "String"

Const SyncUpdateProperties

SyncUpdateProperties: object

type

type: object

className

className: string = "SyncUpdateProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

messageTtl

messageTtl: object

serializedName

serializedName: string = "messageTtl"

type

type: object

name

name: string = "TimeSpan"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

name

name: string = "String"

syncWindow

syncWindow: object

serializedName

serializedName: string = "syncWindow"

type

type: object

name

name: string = "TimeSpan"

Const SystemData

SystemData: object

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdAt

createdAt: object

serializedName

serializedName: string = "createdAt"

type

type: object

name

name: string = "DateTime"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

createdByType

createdByType: object

serializedName

serializedName: string = "createdByType"

type

type: object

name

name: string = "String"

lastModifiedAt

lastModifiedAt: object

serializedName

serializedName: string = "lastModifiedAt"

type

type: object

name

name: string = "DateTime"

lastModifiedBy

lastModifiedBy: object

serializedName

serializedName: string = "lastModifiedBy"

type

type: object

name

name: string = "String"

lastModifiedByType

lastModifiedByType: object

serializedName

serializedName: string = "lastModifiedByType"

type

type: object

name

name: string = "String"

Const Target

Target: object

type

type: object

className

className: string = "Target"

name

name: string = "Composite"

modelProperties

modelProperties: object

digest

digest: object

serializedName

serializedName: string = "digest"

type

type: object

name

name: string = "String"

length

length: object

serializedName

serializedName: string = "length"

type

type: object

name

name: string = "Number"

mediaType

mediaType: object

serializedName

serializedName: string = "mediaType"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

repository

repository: object

serializedName

serializedName: string = "repository"

type

type: object

name

name: string = "String"

size

size: object

serializedName

serializedName: string = "size"

type

type: object

name

name: string = "Number"

tag

tag: object

serializedName

serializedName: string = "tag"

type

type: object

name

name: string = "String"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const Task

Task: object

type

type: object

className

className: string = "Task"

name

name: string = "Composite"

modelProperties

modelProperties: object

agentConfiguration

agentConfiguration: object

serializedName

serializedName: string = "properties.agentConfiguration"

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

agentPoolName

agentPoolName: object

serializedName

serializedName: string = "properties.agentPoolName"

type

type: object

name

name: string = "String"

creationDate

creationDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationDate"

type

type: object

name

name: string = "DateTime"

credentials

credentials: object

serializedName

serializedName: string = "properties.credentials"

type

type: object

className

className: string = "Credentials"

name

name: string = "Composite"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

isSystemTask

isSystemTask: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "properties.isSystemTask"

type

type: object

name

name: string = "Boolean"

logTemplate

logTemplate: object

serializedName

serializedName: string = "properties.logTemplate"

type

type: object

name

name: string = "String"

platform

platform: object

serializedName

serializedName: string = "properties.platform"

type

type: object

className

className: string = "PlatformProperties"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

step

step: object

serializedName

serializedName: string = "properties.step"

type

type: object

className

className: string = "TaskStepProperties"

name

name: string = "Composite"

timeout

timeout: object

defaultValue

defaultValue: number = 3600

serializedName

serializedName: string = "properties.timeout"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 28800

InclusiveMinimum

InclusiveMinimum: number = 300

type

type: object

name

name: string = "Number"

trigger

trigger: object

serializedName

serializedName: string = "properties.trigger"

type

type: object

className

className: string = "TriggerProperties"

name

name: string = "Composite"

Const TaskListResult

TaskListResult: object

type

type: object

className

className: string = "TaskListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Task"

name

name: string = "Composite"

Const TaskRun

TaskRun: object

type

type: object

className

className: string = "TaskRun"

name

name: string = "Composite"

modelProperties

modelProperties: object

forceUpdateTag

forceUpdateTag: object

serializedName

serializedName: string = "properties.forceUpdateTag"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

runRequest

runRequest: object

serializedName

serializedName: string = "properties.runRequest"

type

type: object

className

className: string = "RunRequest"

name

name: string = "Composite"

runResult

runResult: object

serializedName

serializedName: string = "properties.runResult"

type

type: object

className

className: string = "Run"

name

name: string = "Composite"

Const TaskRunListResult

TaskRunListResult: object

type

type: object

className

className: string = "TaskRunListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TaskRun"

name

name: string = "Composite"

Const TaskRunRequest

TaskRunRequest: object

serializedName

serializedName: string = "TaskRunRequest"

type

type: object

className

className: string = "TaskRunRequest"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = RunRequest.type.polymorphicDiscriminator

uberParent

uberParent: string = "RunRequest"

modelProperties

modelProperties: object

overrideTaskStepProperties

overrideTaskStepProperties: object

serializedName

serializedName: string = "overrideTaskStepProperties"

type

type: object

className

className: string = "OverrideTaskStepProperties"

name

name: string = "Composite"

taskId

taskId: object

required

required: boolean = true

serializedName

serializedName: string = "taskId"

type

type: object

name

name: string = "String"

Const TaskRunUpdateParameters

TaskRunUpdateParameters: object

type

type: object

className

className: string = "TaskRunUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

forceUpdateTag

forceUpdateTag: object

serializedName

serializedName: string = "properties.forceUpdateTag"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

runRequest

runRequest: object

serializedName

serializedName: string = "properties.runRequest"

type

type: object

className

className: string = "RunRequest"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const TaskStepProperties

TaskStepProperties: object

type

type: object

className

className: string = "TaskStepProperties"

name

name: string = "Composite"

uberParent

uberParent: string = "TaskStepProperties"

modelProperties

modelProperties: object

baseImageDependencies

baseImageDependencies: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "baseImageDependencies"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "BaseImageDependency"

name

name: string = "Composite"

contextAccessToken

contextAccessToken: object

serializedName

serializedName: string = "contextAccessToken"

type

type: object

name

name: string = "String"

contextPath

contextPath: object

serializedName

serializedName: string = "contextPath"

type

type: object

name

name: string = "String"

type

type: object

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "type"

serializedName

serializedName: string = "type"

Const TaskStepUpdateParameters

TaskStepUpdateParameters: object

type

type: object

className

className: string = "TaskStepUpdateParameters"

name

name: string = "Composite"

uberParent

uberParent: string = "TaskStepUpdateParameters"

modelProperties

modelProperties: object

contextAccessToken

contextAccessToken: object

serializedName

serializedName: string = "contextAccessToken"

type

type: object

name

name: string = "String"

contextPath

contextPath: object

serializedName

serializedName: string = "contextPath"

type

type: object

name

name: string = "String"

type

type: object

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "type"

serializedName

serializedName: string = "type"

Const TaskUpdateParameters

TaskUpdateParameters: object

type

type: object

className

className: string = "TaskUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

agentConfiguration

agentConfiguration: object

serializedName

serializedName: string = "properties.agentConfiguration"

type

type: object

className

className: string = "AgentProperties"

name

name: string = "Composite"

agentPoolName

agentPoolName: object

serializedName

serializedName: string = "properties.agentPoolName"

type

type: object

name

name: string = "String"

credentials

credentials: object

serializedName

serializedName: string = "properties.credentials"

type

type: object

className

className: string = "Credentials"

name

name: string = "Composite"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityProperties"

name

name: string = "Composite"

logTemplate

logTemplate: object

serializedName

serializedName: string = "properties.logTemplate"

type

type: object

name

name: string = "String"

platform

platform: object

serializedName

serializedName: string = "properties.platform"

type

type: object

className

className: string = "PlatformUpdateParameters"

name

name: string = "Composite"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

step

step: object

serializedName

serializedName: string = "properties.step"

type

type: object

className

className: string = "TaskStepUpdateParameters"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

timeout

timeout: object

serializedName

serializedName: string = "properties.timeout"

type

type: object

name

name: string = "Number"

trigger

trigger: object

serializedName

serializedName: string = "properties.trigger"

type

type: object

className

className: string = "TriggerUpdateParameters"

name

name: string = "Composite"

Const TimerTrigger

TimerTrigger: object

type

type: object

className

className: string = "TimerTrigger"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

schedule

schedule: object

required

required: boolean = true

serializedName

serializedName: string = "schedule"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const TimerTriggerDescriptor

TimerTriggerDescriptor: object

type

type: object

className

className: string = "TimerTriggerDescriptor"

name

name: string = "Composite"

modelProperties

modelProperties: object

scheduleOccurrence

scheduleOccurrence: object

serializedName

serializedName: string = "scheduleOccurrence"

type

type: object

name

name: string = "String"

timerTriggerName

timerTriggerName: object

serializedName

serializedName: string = "timerTriggerName"

type

type: object

name

name: string = "String"

Const TimerTriggerUpdateParameters

TimerTriggerUpdateParameters: object

type

type: object

className

className: string = "TimerTriggerUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const TlsCertificateProperties

TlsCertificateProperties: object

type

type: object

className

className: string = "TlsCertificateProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const TlsProperties

TlsProperties: object

type

type: object

className

className: string = "TlsProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

certificate

certificate: object

serializedName

serializedName: string = "certificate"

type

type: object

className

className: string = "TlsCertificateProperties"

name

name: string = "Composite"

status

status: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const Token

Token: object

type

type: object

className

className: string = "Token"

name

name: string = "Composite"

modelProperties

modelProperties: object

creationDate

creationDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationDate"

type

type: object

name

name: string = "DateTime"

credentials

credentials: object

serializedName

serializedName: string = "properties.credentials"

type

type: object

className

className: string = "TokenCredentialsProperties"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

scopeMapId

scopeMapId: object

serializedName

serializedName: string = "properties.scopeMapId"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

Const TokenCertificate

TokenCertificate: object

type

type: object

className

className: string = "TokenCertificate"

name

name: string = "Composite"

modelProperties

modelProperties: object

encodedPemCertificate

encodedPemCertificate: object

serializedName

serializedName: string = "encodedPemCertificate"

type

type: object

name

name: string = "String"

expiry

expiry: object

serializedName

serializedName: string = "expiry"

type

type: object

name

name: string = "DateTime"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

thumbprint

thumbprint: object

serializedName

serializedName: string = "thumbprint"

type

type: object

name

name: string = "String"

Const TokenCredentialsProperties

TokenCredentialsProperties: object

type

type: object

className

className: string = "TokenCredentialsProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

certificates

certificates: object

serializedName

serializedName: string = "certificates"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TokenCertificate"

name

name: string = "Composite"

passwords

passwords: object

serializedName

serializedName: string = "passwords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TokenPassword"

name

name: string = "Composite"

Const TokenListResult

TokenListResult: object

type

type: object

className

className: string = "TokenListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Token"

name

name: string = "Composite"

Const TokenPassword

TokenPassword: object

type

type: object

className

className: string = "TokenPassword"

name

name: string = "Composite"

modelProperties

modelProperties: object

creationTime

creationTime: object

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

expiry

expiry: object

serializedName

serializedName: string = "expiry"

type

type: object

name

name: string = "DateTime"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const TokenUpdateParameters

TokenUpdateParameters: object

type

type: object

className

className: string = "TokenUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

credentials

credentials: object

serializedName

serializedName: string = "properties.credentials"

type

type: object

className

className: string = "TokenCredentialsProperties"

name

name: string = "Composite"

scopeMapId

scopeMapId: object

serializedName

serializedName: string = "properties.scopeMapId"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

Const TriggerProperties

TriggerProperties: object

type

type: object

className

className: string = "TriggerProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

baseImageTrigger

baseImageTrigger: object

serializedName

serializedName: string = "baseImageTrigger"

type

type: object

className

className: string = "BaseImageTrigger"

name

name: string = "Composite"

sourceTriggers

sourceTriggers: object

serializedName

serializedName: string = "sourceTriggers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SourceTrigger"

name

name: string = "Composite"

timerTriggers

timerTriggers: object

serializedName

serializedName: string = "timerTriggers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimerTrigger"

name

name: string = "Composite"

Const TriggerUpdateParameters

TriggerUpdateParameters: object

type

type: object

className

className: string = "TriggerUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

baseImageTrigger

baseImageTrigger: object

serializedName

serializedName: string = "baseImageTrigger"

type

type: object

className

className: string = "BaseImageTriggerUpdateParameters"

name

name: string = "Composite"

sourceTriggers

sourceTriggers: object

serializedName

serializedName: string = "sourceTriggers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SourceTriggerUpdateParameters"

name

name: string = "Composite"

timerTriggers

timerTriggers: object

serializedName

serializedName: string = "timerTriggers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimerTriggerUpdateParameters"

name

name: string = "Composite"

Const TrustPolicy

TrustPolicy: object

type

type: object

className

className: string = "TrustPolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

type

type: object

defaultValue

defaultValue: string = "Notary"

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const UserIdentityProperties

UserIdentityProperties: object

type

type: object

className

className: string = "UserIdentityProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientId

clientId: object

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "String"

principalId

principalId: object

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

Const Webhook

Webhook: object

type

type: object

className

className: string = "Webhook"

name

name: string = "Composite"

modelProperties

modelProperties: object

actions

actions: object

serializedName

serializedName: string = "properties.actions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

scope

scope: object

serializedName

serializedName: string = "properties.scope"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

Const WebhookCreateParameters

WebhookCreateParameters: object

type

type: object

className

className: string = "WebhookCreateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

actions

actions: object

serializedName

serializedName: string = "properties.actions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

customHeaders

customHeaders: object

serializedName

serializedName: string = "properties.customHeaders"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

scope

scope: object

serializedName

serializedName: string = "properties.scope"

type

type: object

name

name: string = "String"

serviceUri

serviceUri: object

serializedName

serializedName: string = "properties.serviceUri"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const WebhookListResult

WebhookListResult: object

type

type: object

className

className: string = "WebhookListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Webhook"

name

name: string = "Composite"

Const WebhookUpdateParameters

WebhookUpdateParameters: object

type

type: object

className

className: string = "WebhookUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

actions

actions: object

serializedName

serializedName: string = "properties.actions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

customHeaders

customHeaders: object

serializedName

serializedName: string = "properties.customHeaders"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

scope

scope: object

serializedName

serializedName: string = "properties.scope"

type

type: object

name

name: string = "String"

serviceUri

serviceUri: object

serializedName

serializedName: string = "properties.serviceUri"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const accept

accept: object

parameterPath

parameterPath: string = "accept"

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Accept"

type

type: object

name

name: string = "String"

Const agentPool

agentPool: object

mapper

mapper: any = AgentPoolMapper

parameterPath

parameterPath: string = "agentPool"

Const agentPoolName

agentPoolName: object

parameterPath

parameterPath: string = "agentPoolName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "agentPoolName"

constraints

constraints: object

MaxLength

MaxLength: number = 20

MinLength

MinLength: number = 3

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9-]*$")

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2022-02-01-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const apiVersion1

apiVersion1: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2019-06-01-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const cancelOperationSpec

cancelOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}/cancel"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.runId]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const checkNameAvailabilityOperationSpec

checkNameAvailabilityOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.registryNameCheckRequest

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RegistryNameStatus

Const connectedRegistryCreateParameters

connectedRegistryCreateParameters: object

mapper

mapper: any = ConnectedRegistryMapper

parameterPath

parameterPath: string = "connectedRegistryCreateParameters"

Const connectedRegistryName

connectedRegistryName: object

parameterPath

parameterPath: string = "connectedRegistryName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "connectedRegistryName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const connectedRegistryUpdateParameters

connectedRegistryUpdateParameters: object

mapper

mapper: any = ConnectedRegistryUpdateParametersMapper

parameterPath

parameterPath: string = "connectedRegistryUpdateParameters"

Const contentType

contentType: object

parameterPath

parameterPath: string[] = ["options", "contentType"]

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Content-Type"

type

type: object

name

name: string = "String"

Const createOperationSpec

createOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

requestBody

requestBody: any = Parameters.taskCreateParameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.taskName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Task

201

201: object

bodyMapper

bodyMapper: any = Mappers.Task

202

202: object

bodyMapper

bodyMapper: any = Mappers.Task

204

204: object

bodyMapper

bodyMapper: any = Mappers.Task

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const createOrUpdateOperationSpec

createOrUpdateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.privateEndpointConnection

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

201

201: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

202

202: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

204

204: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

Const deactivateOperationSpec

deactivateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/connectedRegistries/{connectedRegistryName}/deactivate"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.connectedRegistryName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const deleteOperationSpec

deleteOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.taskName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Let discriminators

discriminators: object

RunRequest

RunRequest: any = RunRequest

RunRequest.DockerBuildRequest

RunRequest.DockerBuildRequest: any = DockerBuildRequest

RunRequest.EncodedTaskRunRequest

RunRequest.EncodedTaskRunRequest: any = EncodedTaskRunRequest

RunRequest.FileTaskRunRequest

RunRequest.FileTaskRunRequest: any = FileTaskRunRequest

RunRequest.TaskRunRequest

RunRequest.TaskRunRequest: any = TaskRunRequest

TaskStepProperties

TaskStepProperties: any = TaskStepProperties

TaskStepProperties.Docker

TaskStepProperties.Docker: any = DockerBuildStep

TaskStepProperties.EncodedTask

TaskStepProperties.EncodedTask: any = EncodedTaskStep

TaskStepProperties.FileTask

TaskStepProperties.FileTask: any = FileTaskStep

TaskStepUpdateParameters

TaskStepUpdateParameters: any = TaskStepUpdateParameters

TaskStepUpdateParameters.Docker

TaskStepUpdateParameters.Docker: any = DockerBuildStepUpdateParameters

TaskStepUpdateParameters.EncodedTask

TaskStepUpdateParameters.EncodedTask: any = EncodedTaskStepUpdateParameters

TaskStepUpdateParameters.FileTask

TaskStepUpdateParameters.FileTask: any = FileTaskStepUpdateParameters

Const exportPipelineCreateParameters

exportPipelineCreateParameters: object

mapper

mapper: any = ExportPipelineMapper

parameterPath

parameterPath: string = "exportPipelineCreateParameters"

Const exportPipelineName

exportPipelineName: object

parameterPath

parameterPath: string = "exportPipelineName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "exportPipelineName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const filter

filter: object

parameterPath

parameterPath: string[] = ["options", "filter"]

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const generateCredentialsOperationSpec

generateCredentialsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/generateCredentials"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.generateCredentialsParameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.GenerateCredentialsResult

201

201: object

bodyMapper

bodyMapper: any = Mappers.GenerateCredentialsResult

202

202: object

bodyMapper

bodyMapper: any = Mappers.GenerateCredentialsResult

204

204: object

bodyMapper

bodyMapper: any = Mappers.GenerateCredentialsResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const generateCredentialsParameters

generateCredentialsParameters: object

mapper

mapper: any = GenerateCredentialsParametersMapper

parameterPath

parameterPath: string = "generateCredentialsParameters"

Const getBuildSourceUploadUrlOperationSpec

getBuildSourceUploadUrlOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/listBuildSourceUploadUrl"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SourceUploadDefinition

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getCallbackConfigOperationSpec

getCallbackConfigOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/getCallbackConfig"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.webhookName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.CallbackConfig

Const getDetailsOperationSpec

getDetailsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}/listDetails"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.taskName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Task

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getLogSasUrlOperationSpec

getLogSasUrlOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}/listLogSasUrl"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.runId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RunGetLogResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getOperationSpec

getOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.taskName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Task

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getPrivateLinkResourceOperationSpec

getPrivateLinkResourceOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateLinkResources/{groupName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.groupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateLinkResource

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getQueueStatusOperationSpec

getQueueStatusOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/agentPools/{agentPoolName}/listQueueStatus"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.agentPoolName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.AgentPoolQueueStatus

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const groupName

groupName: object

parameterPath

parameterPath: string = "groupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "groupName"

type

type: object

name

name: string = "String"

Const importImageOperationSpec

importImageOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/importImage"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

Const importPipelineCreateParameters

importPipelineCreateParameters: object

mapper

mapper: any = ImportPipelineMapper

parameterPath

parameterPath: string = "importPipelineCreateParameters"

Const importPipelineName

importPipelineName: object

parameterPath

parameterPath: string = "importPipelineName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "importPipelineName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const listByResourceGroupNextOperationSpec

listByResourceGroupNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RegistryListResult

Const listByResourceGroupOperationSpec

listByResourceGroupOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RegistryListResult

Const listCredentialsOperationSpec

listCredentialsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/listCredentials"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RegistryListCredentialsResult

Const listEventsNextOperationSpec

listEventsNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.nextLink,Parameters.webhookName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EventListResult

Const listEventsOperationSpec

listEventsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/listEvents"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.webhookName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EventListResult

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.TaskListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.TaskListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listPrivateLinkResourcesNextOperationSpec

listPrivateLinkResourcesNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateLinkResourceListResult

Const listPrivateLinkResourcesOperationSpec

listPrivateLinkResourcesOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateLinkResources"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateLinkResourceListResult

Const listUsagesOperationSpec

listUsagesOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/listUsages"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RegistryUsageListResult

Const nextLink

nextLink: object

parameterPath

parameterPath: string = "nextLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const parameters

parameters: object

mapper

mapper: any = ImportImageParametersMapper

parameterPath

parameterPath: string = "parameters"

Const pingOperationSpec

pingOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/ping"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.webhookName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EventInfo

Const pipelineRunCreateParameters

pipelineRunCreateParameters: object

mapper

mapper: any = PipelineRunMapper

parameterPath

parameterPath: string = "pipelineRunCreateParameters"

Const pipelineRunName

pipelineRunName: object

parameterPath

parameterPath: string = "pipelineRunName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "pipelineRunName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const privateEndpointConnection

privateEndpointConnection: object

mapper

mapper: any = PrivateEndpointConnectionMapper

parameterPath

parameterPath: string = "privateEndpointConnection"

Const privateEndpointConnectionName

privateEndpointConnectionName: object

parameterPath

parameterPath: string = "privateEndpointConnectionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "privateEndpointConnectionName"

type

type: object

name

name: string = "String"

Const regenerateCredentialOperationSpec

regenerateCredentialOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/regenerateCredential"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.regenerateCredentialParameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.RegistryListCredentialsResult

Const regenerateCredentialParameters

regenerateCredentialParameters: object

mapper

mapper: any = RegenerateCredentialParametersMapper

parameterPath

parameterPath: string = "regenerateCredentialParameters"

Const registry

registry: object

mapper

mapper: any = RegistryMapper

parameterPath

parameterPath: string = "registry"

Const registryName

registryName: object

parameterPath

parameterPath: string = "registryName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "registryName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const registryNameCheckRequest

registryNameCheckRequest: object

mapper

mapper: any = RegistryNameCheckRequestMapper

parameterPath

parameterPath: string = "registryNameCheckRequest"

Const registryUpdateParameters

registryUpdateParameters: object

mapper

mapper: any = RegistryUpdateParametersMapper

parameterPath

parameterPath: string = "registryUpdateParameters"

Const replication

replication: object

mapper

mapper: any = ReplicationMapper

parameterPath

parameterPath: string = "replication"

Const replicationName

replicationName: object

parameterPath

parameterPath: string = "replicationName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "replicationName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const replicationUpdateParameters

replicationUpdateParameters: object

mapper

mapper: any = ReplicationUpdateParametersMapper

parameterPath

parameterPath: string = "replicationUpdateParameters"

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const runId

runId: object

parameterPath

parameterPath: string = "runId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "runId"

type

type: object

name

name: string = "String"

Const runRequest

runRequest: object

mapper

mapper: any = RunRequestMapper

parameterPath

parameterPath: string = "runRequest"

Const runUpdateParameters

runUpdateParameters: object

mapper

mapper: any = RunUpdateParametersMapper

parameterPath

parameterPath: string = "runUpdateParameters"

Const scheduleRunOperationSpec

scheduleRunOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scheduleRun"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

requestBody

requestBody: any = Parameters.runRequest

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Run

201

201: object

bodyMapper

bodyMapper: any = Mappers.Run

202

202: object

bodyMapper

bodyMapper: any = Mappers.Run

204

204: object

bodyMapper

bodyMapper: any = Mappers.Run

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const scopeMapCreateParameters

scopeMapCreateParameters: object

mapper

mapper: any = ScopeMapMapper

parameterPath

parameterPath: string = "scopeMapCreateParameters"

Const scopeMapName

scopeMapName: object

parameterPath

parameterPath: string = "scopeMapName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "scopeMapName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9-_]*$")

type

type: object

name

name: string = "String"

Const scopeMapUpdateParameters

scopeMapUpdateParameters: object

mapper

mapper: any = ScopeMapUpdateParametersMapper

parameterPath

parameterPath: string = "scopeMapUpdateParameters"

Const subscriptionId

subscriptionId: object

parameterPath

parameterPath: string = "subscriptionId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "subscriptionId"

type

type: object

name

name: string = "String"

Const taskCreateParameters

taskCreateParameters: object

mapper

mapper: any = TaskMapper

parameterPath

parameterPath: string = "taskCreateParameters"

Const taskName

taskName: object

parameterPath

parameterPath: string = "taskName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "taskName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9-_]*$")

type

type: object

name

name: string = "String"

Const taskRun

taskRun: object

mapper

mapper: any = TaskRunMapper

parameterPath

parameterPath: string = "taskRun"

Const taskRunName

taskRunName: object

parameterPath

parameterPath: string = "taskRunName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "taskRunName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9-]*$")

type

type: object

name

name: string = "String"

Const taskUpdateParameters

taskUpdateParameters: object

mapper

mapper: any = TaskUpdateParametersMapper

parameterPath

parameterPath: string = "taskUpdateParameters"

Const tokenCreateParameters

tokenCreateParameters: object

mapper

mapper: any = TokenMapper

parameterPath

parameterPath: string = "tokenCreateParameters"

Const tokenName

tokenName: object

parameterPath

parameterPath: string = "tokenName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "tokenName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9-]*$")

type

type: object

name

name: string = "String"

Const tokenUpdateParameters

tokenUpdateParameters: object

mapper

mapper: any = TokenUpdateParametersMapper

parameterPath

parameterPath: string = "tokenUpdateParameters"

Const top

top: object

parameterPath

parameterPath: string[] = ["options", "top"]

mapper

mapper: object

serializedName

serializedName: string = "$top"

type

type: object

name

name: string = "Number"

Const updateOperationSpec

updateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PATCH"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

requestBody

requestBody: any = Parameters.taskUpdateParameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.registryName,Parameters.taskName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Task

201

201: object

bodyMapper

bodyMapper: any = Mappers.Task

202

202: object

bodyMapper

bodyMapper: any = Mappers.Task

204

204: object

bodyMapper

bodyMapper: any = Mappers.Task

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const updateParameters

updateParameters: object

mapper

mapper: any = AgentPoolUpdateParametersMapper

parameterPath

parameterPath: string = "updateParameters"

Const updateParameters1

updateParameters1: object

mapper

mapper: any = TaskRunUpdateParametersMapper

parameterPath

parameterPath: string = "updateParameters"

Const webhookCreateParameters

webhookCreateParameters: object

mapper

mapper: any = WebhookCreateParametersMapper

parameterPath

parameterPath: string = "webhookCreateParameters"

Const webhookName

webhookName: object

parameterPath

parameterPath: string = "webhookName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "webhookName"

constraints

constraints: object

MaxLength

MaxLength: number = 50

MinLength

MinLength: number = 5

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9]*$")

type

type: object

name

name: string = "String"

Const webhookUpdateParameters

webhookUpdateParameters: object

mapper

mapper: any = WebhookUpdateParametersMapper

parameterPath

parameterPath: string = "webhookUpdateParameters"

Generated using TypeDoc