Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/batch

Package version

Index

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

AccessScope

AccessScope: "job"

Defines values for AccessScope. Possible values include: 'job'

readonly
enum

{string}

AccountListNodeAgentSkusResponse

AccountListNodeAgentSkusResponse: AccountListNodeAgentSkusResult & AccountListNodeAgentSkusHeaders & object

Contains response data for the listNodeAgentSkus operation.

AccountListPoolNodeCountsResponse

AccountListPoolNodeCountsResponse: PoolNodeCountsListResult & AccountListPoolNodeCountsHeaders & object

Contains response data for the listPoolNodeCounts operation.

AllocationState

AllocationState: "steady" | "resizing" | "stopping"

Defines values for AllocationState. Possible values include: 'steady', 'resizing', 'stopping'

readonly
enum

{string}

ApplicationGetResponse

ApplicationGetResponse: ApplicationSummary & ApplicationGetHeaders & object

Contains response data for the get operation.

ApplicationListResponse

ApplicationListResponse: ApplicationListResult & ApplicationListHeaders & object

Contains response data for the list operation.

AutoUserScope

AutoUserScope: "task" | "pool"

Defines values for AutoUserScope. Possible values include: 'task', 'pool'

readonly
enum

{string}

CachingType

CachingType: "none" | "readonly" | "readwrite"

Defines values for CachingType. Possible values include: 'none', 'readOnly', 'readWrite'

readonly
enum

{string}

CertificateAddResponse

CertificateAddResponse: CertificateAddHeaders & object

Contains response data for the add operation.

CertificateCancelDeletionResponse

CertificateCancelDeletionResponse: CertificateCancelDeletionHeaders & object

Contains response data for the cancelDeletion operation.

CertificateDeleteResponse

CertificateDeleteResponse: CertificateDeleteHeaders & object

Contains response data for the deleteMethod operation.

CertificateFormat

CertificateFormat: "pfx" | "cer"

Defines values for CertificateFormat. Possible values include: 'pfx', 'cer'

readonly
enum

{string}

CertificateGetResponse

CertificateGetResponse: Certificate & CertificateGetHeaders & object

Contains response data for the get operation.

CertificateListResponse

CertificateListResponse: CertificateListResult & CertificateListHeaders & object

Contains response data for the list operation.

CertificateState

CertificateState: "active" | "deleting" | "deletefailed"

Defines values for CertificateState. Possible values include: 'active', 'deleting', 'deleteFailed'

readonly
enum

{string}

CertificateStoreLocation

CertificateStoreLocation: "currentuser" | "localmachine"

Defines values for CertificateStoreLocation. Possible values include: 'currentUser', 'localMachine'

readonly
enum

{string}

CertificateVisibility

CertificateVisibility: "starttask" | "task" | "remoteuser"

Defines values for CertificateVisibility. Possible values include: 'startTask', 'task', 'remoteUser'

readonly
enum

{string}

ComputeNodeAddUserResponse

ComputeNodeAddUserResponse: ComputeNodeAddUserHeaders & object

Contains response data for the addUser operation.

ComputeNodeDeallocationOption

ComputeNodeDeallocationOption: "requeue" | "terminate" | "taskcompletion" | "retaineddata"

Defines values for ComputeNodeDeallocationOption. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

readonly
enum

{string}

ComputeNodeDeleteUserResponse

ComputeNodeDeleteUserResponse: ComputeNodeDeleteUserHeaders & object

Contains response data for the deleteUser operation.

ComputeNodeDisableSchedulingResponse

ComputeNodeDisableSchedulingResponse: ComputeNodeDisableSchedulingHeaders & object

Contains response data for the disableScheduling operation.

ComputeNodeEnableSchedulingResponse

ComputeNodeEnableSchedulingResponse: ComputeNodeEnableSchedulingHeaders & object

Contains response data for the enableScheduling operation.

ComputeNodeFillType

ComputeNodeFillType: "spread" | "pack"

Defines values for ComputeNodeFillType. Possible values include: 'spread', 'pack'

readonly
enum

{string}

ComputeNodeGetRemoteDesktopResponse

ComputeNodeGetRemoteDesktopResponse: ComputeNodeGetRemoteDesktopHeaders & object

Contains response data for the getRemoteDesktop operation.

ComputeNodeGetRemoteLoginSettingsResponse

ComputeNodeGetRemoteLoginSettingsResponse: ComputeNodeGetRemoteLoginSettingsResult & ComputeNodeGetRemoteLoginSettingsHeaders & object

Contains response data for the getRemoteLoginSettings operation.

ComputeNodeGetResponse

ComputeNodeGetResponse: ComputeNode & ComputeNodeGetHeaders & object

Contains response data for the get operation.

ComputeNodeListResponse

ComputeNodeListResponse: ComputeNodeListResult & ComputeNodeListHeaders & object

Contains response data for the list operation.

ComputeNodeRebootOption

ComputeNodeRebootOption: "requeue" | "terminate" | "taskcompletion" | "retaineddata"

Defines values for ComputeNodeRebootOption. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

readonly
enum

{string}

ComputeNodeRebootResponse

ComputeNodeRebootResponse: ComputeNodeRebootHeaders & object

Contains response data for the reboot operation.

ComputeNodeReimageOption

ComputeNodeReimageOption: "requeue" | "terminate" | "taskcompletion" | "retaineddata"

Defines values for ComputeNodeReimageOption. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

readonly
enum

{string}

ComputeNodeReimageResponse

ComputeNodeReimageResponse: ComputeNodeReimageHeaders & object

Contains response data for the reimage operation.

ComputeNodeState

ComputeNodeState: "idle" | "rebooting" | "reimaging" | "running" | "unusable" | "creating" | "starting" | "waitingforstarttask" | "starttaskfailed" | "unknown" | "leavingpool" | "offline" | "preempted"

Defines values for ComputeNodeState. Possible values include: 'idle', 'rebooting', 'reimaging', 'running', 'unusable', 'creating', 'starting', 'waitingForStartTask', 'startTaskFailed', 'unknown', 'leavingPool', 'offline', 'preempted'

readonly
enum

{string}

ComputeNodeUpdateUserResponse

ComputeNodeUpdateUserResponse: ComputeNodeUpdateUserHeaders & object

Contains response data for the updateUser operation.

ComputeNodeUploadBatchServiceLogsResponse

ComputeNodeUploadBatchServiceLogsResponse: UploadBatchServiceLogsResult & ComputeNodeUploadBatchServiceLogsHeaders & object

Contains response data for the uploadBatchServiceLogs operation.

DependencyAction

DependencyAction: "satisfy" | "block"

Defines values for DependencyAction. Possible values include: 'satisfy', 'block'

readonly
enum

{string}

DisableComputeNodeSchedulingOption

DisableComputeNodeSchedulingOption: "requeue" | "terminate" | "taskcompletion"

Defines values for DisableComputeNodeSchedulingOption. Possible values include: 'requeue', 'terminate', 'taskCompletion'

readonly
enum

{string}

DisableJobOption

DisableJobOption: "requeue" | "terminate" | "wait"

Defines values for DisableJobOption. Possible values include: 'requeue', 'terminate', 'wait'

readonly
enum

{string}

DynamicVNetAssignmentScope

DynamicVNetAssignmentScope: "none" | "job"

Defines values for DynamicVNetAssignmentScope. Possible values include: 'none', 'job'

readonly
enum

{string}

ElevationLevel

ElevationLevel: "nonadmin" | "admin"

Defines values for ElevationLevel. Possible values include: 'nonAdmin', 'admin'

readonly
enum

{string}

ErrorCategory

ErrorCategory: "usererror" | "servererror"

Defines values for ErrorCategory. Possible values include: 'userError', 'serverError'

readonly
enum

{string}

FileDeleteFromComputeNodeResponse

FileDeleteFromComputeNodeResponse: FileDeleteFromComputeNodeHeaders & object

Contains response data for the deleteFromComputeNode operation.

FileDeleteFromTaskResponse

FileDeleteFromTaskResponse: FileDeleteFromTaskHeaders & object

Contains response data for the deleteFromTask operation.

FileGetFromComputeNodeResponse

FileGetFromComputeNodeResponse: FileGetFromComputeNodeHeaders & object

Contains response data for the getFromComputeNode operation.

FileGetFromTaskResponse

FileGetFromTaskResponse: FileGetFromTaskHeaders & object

Contains response data for the getFromTask operation.

FileGetPropertiesFromComputeNodeResponse

FileGetPropertiesFromComputeNodeResponse: FileGetPropertiesFromComputeNodeHeaders & object

Contains response data for the getPropertiesFromComputeNode operation.

FileGetPropertiesFromTaskResponse

FileGetPropertiesFromTaskResponse: FileGetPropertiesFromTaskHeaders & object

Contains response data for the getPropertiesFromTask operation.

FileListFromComputeNodeResponse

FileListFromComputeNodeResponse: NodeFileListResult & FileListFromComputeNodeHeaders & object

Contains response data for the listFromComputeNode operation.

FileListFromTaskResponse

FileListFromTaskResponse: NodeFileListResult & FileListFromTaskHeaders & object

Contains response data for the listFromTask operation.

InboundEndpointProtocol

InboundEndpointProtocol: "tcp" | "udp"

Defines values for InboundEndpointProtocol. Possible values include: 'tcp', 'udp'

readonly
enum

{string}

JobAction

JobAction: "none" | "disable" | "terminate"

Defines values for JobAction. Possible values include: 'none', 'disable', 'terminate'

readonly
enum

{string}

JobAddResponse

JobAddResponse: JobAddHeaders & object

Contains response data for the add operation.

JobDeleteResponse

JobDeleteResponse: JobDeleteHeaders & object

Contains response data for the deleteMethod operation.

JobDisableResponse

JobDisableResponse: JobDisableHeaders & object

Contains response data for the disable operation.

JobEnableResponse

JobEnableResponse: JobEnableHeaders & object

Contains response data for the enable operation.

JobGetAllLifetimeStatisticsResponse

JobGetAllLifetimeStatisticsResponse: JobStatistics & JobGetAllLifetimeStatisticsHeaders & object

Contains response data for the getAllLifetimeStatistics operation.

JobGetResponse

JobGetResponse: CloudJob & JobGetHeaders & object

Contains response data for the get operation.

JobGetTaskCountsResponse

JobGetTaskCountsResponse: TaskCounts & JobGetTaskCountsHeaders & object

Contains response data for the getTaskCounts operation.

JobListFromJobScheduleResponse

JobListFromJobScheduleResponse: CloudJobListResult & JobListFromJobScheduleHeaders & object

Contains response data for the listFromJobSchedule operation.

JobListPreparationAndReleaseTaskStatusResponse

Contains response data for the listPreparationAndReleaseTaskStatus operation.

JobListResponse

JobListResponse: CloudJobListResult & JobListHeaders & object

Contains response data for the list operation.

JobPatchResponse

JobPatchResponse: JobPatchHeaders & object

Contains response data for the patch operation.

JobPreparationTaskState

JobPreparationTaskState: "running" | "completed"

Defines values for JobPreparationTaskState. Possible values include: 'running', 'completed'

readonly
enum

{string}

JobReleaseTaskState

JobReleaseTaskState: "running" | "completed"

Defines values for JobReleaseTaskState. Possible values include: 'running', 'completed'

readonly
enum

{string}

JobScheduleAddResponse

JobScheduleAddResponse: JobScheduleAddHeaders & object

Contains response data for the add operation.

JobScheduleDeleteResponse

JobScheduleDeleteResponse: JobScheduleDeleteHeaders & object

Contains response data for the deleteMethod operation.

JobScheduleDisableResponse

JobScheduleDisableResponse: JobScheduleDisableHeaders & object

Contains response data for the disable operation.

JobScheduleEnableResponse

JobScheduleEnableResponse: JobScheduleEnableHeaders & object

Contains response data for the enable operation.

JobScheduleExistsResponse

JobScheduleExistsResponse: JobScheduleExistsHeaders & object

Contains response data for the exists operation.

JobScheduleGetResponse

JobScheduleGetResponse: CloudJobSchedule & JobScheduleGetHeaders & object

Contains response data for the get operation.

JobScheduleListResponse

JobScheduleListResponse: CloudJobScheduleListResult & JobScheduleListHeaders & object

Contains response data for the list operation.

JobSchedulePatchResponse

JobSchedulePatchResponse: JobSchedulePatchHeaders & object

Contains response data for the patch operation.

JobScheduleState

JobScheduleState: "active" | "completed" | "disabled" | "terminating" | "deleting"

Defines values for JobScheduleState. Possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'

readonly
enum

{string}

JobScheduleTerminateResponse

JobScheduleTerminateResponse: JobScheduleTerminateHeaders & object

Contains response data for the terminate operation.

JobScheduleUpdateResponse

JobScheduleUpdateResponse: JobScheduleUpdateHeaders & object

Contains response data for the update operation.

JobState

JobState: "active" | "disabling" | "disabled" | "enabling" | "terminating" | "completed" | "deleting"

Defines values for JobState. Possible values include: 'active', 'disabling', 'disabled', 'enabling', 'terminating', 'completed', 'deleting'

readonly
enum

{string}

JobTerminateResponse

JobTerminateResponse: JobTerminateHeaders & object

Contains response data for the terminate operation.

JobUpdateResponse

JobUpdateResponse: JobUpdateHeaders & object

Contains response data for the update operation.

LoginMode

LoginMode: "batch" | "interactive"

Defines values for LoginMode. Possible values include: 'batch', 'interactive'

readonly
enum

{string}

NetworkSecurityGroupRuleAccess

NetworkSecurityGroupRuleAccess: "allow" | "deny"

Defines values for NetworkSecurityGroupRuleAccess. Possible values include: 'allow', 'deny'

readonly
enum

{string}

OSType

OSType: "linux" | "windows"

Defines values for OSType. Possible values include: 'linux', 'windows'

readonly
enum

{string}

OnAllTasksComplete

OnAllTasksComplete: "noaction" | "terminatejob"

Defines values for OnAllTasksComplete. Possible values include: 'noAction', 'terminateJob'

readonly
enum

{string}

OnTaskFailure

OnTaskFailure: "noaction" | "performexitoptionsjobaction"

Defines values for OnTaskFailure. Possible values include: 'noAction', 'performExitOptionsJobAction'

readonly
enum

{string}

OutputFileUploadCondition

OutputFileUploadCondition: "tasksuccess" | "taskfailure" | "taskcompletion"

Defines values for OutputFileUploadCondition. Possible values include: 'taskSuccess', 'taskFailure', 'taskCompletion'

readonly
enum

{string}

PoolAddResponse

PoolAddResponse: PoolAddHeaders & object

Contains response data for the add operation.

PoolDeleteResponse

PoolDeleteResponse: PoolDeleteHeaders & object

Contains response data for the deleteMethod operation.

PoolDisableAutoScaleResponse

PoolDisableAutoScaleResponse: PoolDisableAutoScaleHeaders & object

Contains response data for the disableAutoScale operation.

PoolEnableAutoScaleResponse

PoolEnableAutoScaleResponse: PoolEnableAutoScaleHeaders & object

Contains response data for the enableAutoScale operation.

PoolEvaluateAutoScaleResponse

PoolEvaluateAutoScaleResponse: AutoScaleRun & PoolEvaluateAutoScaleHeaders & object

Contains response data for the evaluateAutoScale operation.

PoolExistsResponse

PoolExistsResponse: PoolExistsHeaders & object

Contains response data for the exists operation.

PoolGetAllLifetimeStatisticsResponse

PoolGetAllLifetimeStatisticsResponse: PoolStatistics & PoolGetAllLifetimeStatisticsHeaders & object

Contains response data for the getAllLifetimeStatistics operation.

PoolGetResponse

PoolGetResponse: CloudPool & PoolGetHeaders & object

Contains response data for the get operation.

PoolLifetimeOption

PoolLifetimeOption: "jobschedule" | "job"

Defines values for PoolLifetimeOption. Possible values include: 'jobSchedule', 'job'

readonly
enum

{string}

PoolListResponse

PoolListResponse: CloudPoolListResult & PoolListHeaders & object

Contains response data for the list operation.

PoolListUsageMetricsResponse

PoolListUsageMetricsResponse: PoolListUsageMetricsResult & PoolListUsageMetricsHeaders & object

Contains response data for the listUsageMetrics operation.

PoolPatchResponse

PoolPatchResponse: PoolPatchHeaders & object

Contains response data for the patch operation.

PoolRemoveNodesResponse

PoolRemoveNodesResponse: PoolRemoveNodesHeaders & object

Contains response data for the removeNodes operation.

PoolResizeResponse

PoolResizeResponse: PoolResizeHeaders & object

Contains response data for the resize operation.

PoolState

PoolState: "active" | "deleting"

Defines values for PoolState. Possible values include: 'active', 'deleting'

readonly
enum

{string}

PoolStopResizeResponse

PoolStopResizeResponse: PoolStopResizeHeaders & object

Contains response data for the stopResize operation.

PoolUpdatePropertiesResponse

PoolUpdatePropertiesResponse: PoolUpdatePropertiesHeaders & object

Contains response data for the updateProperties operation.

SchedulingState

SchedulingState: "enabled" | "disabled"

Defines values for SchedulingState. Possible values include: 'enabled', 'disabled'

readonly
enum

{string}

StartTaskState

StartTaskState: "running" | "completed"

Defines values for StartTaskState. Possible values include: 'running', 'completed'

readonly
enum

{string}

StorageAccountType

StorageAccountType: "standard_lrs" | "premium_lrs"

Defines values for StorageAccountType. Possible values include: 'StandardLRS', 'PremiumLRS'

readonly
enum

{string}

SubtaskState

SubtaskState: "preparing" | "running" | "completed"

Defines values for SubtaskState. Possible values include: 'preparing', 'running', 'completed'

readonly
enum

{string}

TaskAddCollectionResponse

TaskAddCollectionResponse: TaskAddCollectionResult & TaskAddCollectionHeaders & object

Contains response data for the addCollection operation.

TaskAddResponse

TaskAddResponse: TaskAddHeaders & object

Contains response data for the add operation.

TaskAddStatus

TaskAddStatus: "success" | "clienterror" | "servererror"

Defines values for TaskAddStatus. Possible values include: 'success', 'clientError', 'serverError'

readonly
enum

{string}

TaskDeleteResponse

TaskDeleteResponse: TaskDeleteHeaders & object

Contains response data for the deleteMethod operation.

TaskExecutionResult

TaskExecutionResult: "success" | "failure"

Defines values for TaskExecutionResult. Possible values include: 'success', 'failure'

readonly
enum

{string}

TaskGetResponse

TaskGetResponse: CloudTask & TaskGetHeaders & object

Contains response data for the get operation.

TaskListResponse

TaskListResponse: CloudTaskListResult & TaskListHeaders & object

Contains response data for the list operation.

TaskListSubtasksResponse

TaskListSubtasksResponse: CloudTaskListSubtasksResult & TaskListSubtasksHeaders & object

Contains response data for the listSubtasks operation.

TaskReactivateResponse

TaskReactivateResponse: TaskReactivateHeaders & object

Contains response data for the reactivate operation.

TaskState

TaskState: "active" | "preparing" | "running" | "completed"

Defines values for TaskState. Possible values include: 'active', 'preparing', 'running', 'completed'

readonly
enum

{string}

TaskTerminateResponse

TaskTerminateResponse: TaskTerminateHeaders & object

Contains response data for the terminate operation.

TaskUpdateResponse

TaskUpdateResponse: TaskUpdateHeaders & object

Contains response data for the update operation.

Variables

Const BaseResource

BaseResource: any = BaseResourceMapper

Const CloudError

CloudError: any = CloudErrorMapper

Object literals

Const AccountListNodeAgentSkusHeaders

AccountListNodeAgentSkusHeaders: object

serializedName

serializedName: string = "account-listnodeagentskus-headers"

type

type: object

className

className: string = "AccountListNodeAgentSkusHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const AccountListNodeAgentSkusNextOptions

AccountListNodeAgentSkusNextOptions: object

type

type: object

className

className: string = "AccountListNodeAgentSkusNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const AccountListNodeAgentSkusOptions

AccountListNodeAgentSkusOptions: object

type

type: object

className

className: string = "AccountListNodeAgentSkusOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const AccountListNodeAgentSkusResult

AccountListNodeAgentSkusResult: object

serializedName

serializedName: string = "AccountListNodeAgentSkusResult"

type

type: object

className

className: string = "AccountListNodeAgentSkusResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "NodeAgentSku"

name

name: string = "Composite"

Const AccountListPoolNodeCountsHeaders

AccountListPoolNodeCountsHeaders: object

serializedName

serializedName: string = "account-listpoolnodecounts-headers"

type

type: object

className

className: string = "AccountListPoolNodeCountsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const AccountListPoolNodeCountsNextOptions

AccountListPoolNodeCountsNextOptions: object

type

type: object

className

className: string = "AccountListPoolNodeCountsNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const AccountListPoolNodeCountsOptions

AccountListPoolNodeCountsOptions: object

type

type: object

className

className: string = "AccountListPoolNodeCountsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 10

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const AffinityInformation

AffinityInformation: object

serializedName

serializedName: string = "AffinityInformation"

type

type: object

className

className: string = "AffinityInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

affinityId

affinityId: object

required

required: boolean = true

serializedName

serializedName: string = "affinityId"

type

type: object

name

name: string = "String"

Const ApplicationGetHeaders

ApplicationGetHeaders: object

serializedName

serializedName: string = "application-get-headers"

type

type: object

className

className: string = "ApplicationGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ApplicationGetOptions

ApplicationGetOptions: object

type

type: object

className

className: string = "ApplicationGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ApplicationListHeaders

ApplicationListHeaders: object

serializedName

serializedName: string = "application-list-headers"

type

type: object

className

className: string = "ApplicationListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ApplicationListNextOptions

ApplicationListNextOptions: object

type

type: object

className

className: string = "ApplicationListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const ApplicationListOptions

ApplicationListOptions: object

type

type: object

className

className: string = "ApplicationListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ApplicationListResult

ApplicationListResult: object

serializedName

serializedName: string = "ApplicationListResult"

type

type: object

className

className: string = "ApplicationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationSummary"

name

name: string = "Composite"

Const ApplicationPackageReference

ApplicationPackageReference: object

serializedName

serializedName: string = "ApplicationPackageReference"

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationId

applicationId: object

required

required: boolean = true

serializedName

serializedName: string = "applicationId"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const ApplicationSummary

ApplicationSummary: object

serializedName

serializedName: string = "ApplicationSummary"

type

type: object

className

className: string = "ApplicationSummary"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

required

required: boolean = true

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

versions

versions: object

required

required: boolean = true

serializedName

serializedName: string = "versions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const AuthenticationTokenSettings

AuthenticationTokenSettings: object

serializedName

serializedName: string = "AuthenticationTokenSettings"

type

type: object

className

className: string = "AuthenticationTokenSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

access

access: object

serializedName

serializedName: string = "access"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

allowedValues

allowedValues: string[] = ["job"]

name

name: string = "Enum"

Const AutoPoolSpecification

AutoPoolSpecification: object

serializedName

serializedName: string = "AutoPoolSpecification"

type

type: object

className

className: string = "AutoPoolSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoPoolIdPrefix

autoPoolIdPrefix: object

serializedName

serializedName: string = "autoPoolIdPrefix"

type

type: object

name

name: string = "String"

keepAlive

keepAlive: object

serializedName

serializedName: string = "keepAlive"

type

type: object

name

name: string = "Boolean"

pool

pool: object

serializedName

serializedName: string = "pool"

type

type: object

className

className: string = "PoolSpecification"

name

name: string = "Composite"

poolLifetimeOption

poolLifetimeOption: object

required

required: boolean = true

serializedName

serializedName: string = "poolLifetimeOption"

type

type: object

allowedValues

allowedValues: string[] = ["jobschedule","job"]

name

name: string = "Enum"

Const AutoScaleRun

AutoScaleRun: object

serializedName

serializedName: string = "AutoScaleRun"

type

type: object

className

className: string = "AutoScaleRun"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "AutoScaleRunError"

name

name: string = "Composite"

results

results: object

serializedName

serializedName: string = "results"

type

type: object

name

name: string = "String"

timestamp

timestamp: object

required

required: boolean = true

serializedName

serializedName: string = "timestamp"

type

type: object

name

name: string = "DateTime"

Const AutoScaleRunError

AutoScaleRunError: object

serializedName

serializedName: string = "AutoScaleRunError"

type

type: object

className

className: string = "AutoScaleRunError"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

serializedName

serializedName: string = "message"

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 = "NameValuePair"

name

name: string = "Composite"

Const AutoUserSpecification

AutoUserSpecification: object

serializedName

serializedName: string = "AutoUserSpecification"

type

type: object

className

className: string = "AutoUserSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

elevationLevel

elevationLevel: object

serializedName

serializedName: string = "elevationLevel"

type

type: object

allowedValues

allowedValues: string[] = ["nonadmin","admin"]

name

name: string = "Enum"

scope

scope: object

serializedName

serializedName: string = "scope"

type

type: object

allowedValues

allowedValues: string[] = ["task","pool"]

name

name: string = "Enum"

Const BatchError

BatchError: object

serializedName

serializedName: string = "BatchError"

type

type: object

className

className: string = "BatchError"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

className

className: string = "ErrorMessage"

name

name: string = "Composite"

values

values: object

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "BatchErrorDetail"

name

name: string = "Composite"

Const BatchErrorDetail

BatchErrorDetail: object

serializedName

serializedName: string = "BatchErrorDetail"

type

type: object

className

className: string = "BatchErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

key

key: object

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const Certificate

Certificate: object

serializedName

serializedName: string = "Certificate"

type

type: object

className

className: string = "Certificate"

name

name: string = "Composite"

modelProperties

modelProperties: object

deleteCertificateError

deleteCertificateError: object

serializedName

serializedName: string = "deleteCertificateError"

type

type: object

className

className: string = "DeleteCertificateError"

name

name: string = "Composite"

previousState

previousState: object

serializedName

serializedName: string = "previousState"

type

type: object

allowedValues

allowedValues: string[] = ["active","deleting","deletefailed"]

name

name: string = "Enum"

previousStateTransitionTime

previousStateTransitionTime: object

serializedName

serializedName: string = "previousStateTransitionTime"

type

type: object

name

name: string = "DateTime"

publicData

publicData: object

serializedName

serializedName: string = "publicData"

type

type: object

name

name: string = "String"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["active","deleting","deletefailed"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

thumbprint

thumbprint: object

serializedName

serializedName: string = "thumbprint"

type

type: object

name

name: string = "String"

thumbprintAlgorithm

thumbprintAlgorithm: object

serializedName

serializedName: string = "thumbprintAlgorithm"

type

type: object

name

name: string = "String"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

Const CertificateAddHeaders

CertificateAddHeaders: object

serializedName

serializedName: string = "certificate-add-headers"

type

type: object

className

className: string = "CertificateAddHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const CertificateAddOptions

CertificateAddOptions: object

type

type: object

className

className: string = "CertificateAddOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const CertificateAddParameter

CertificateAddParameter: object

serializedName

serializedName: string = "CertificateAddParameter"

type

type: object

className

className: string = "CertificateAddParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

certificateFormat

certificateFormat: object

serializedName

serializedName: string = "certificateFormat"

type

type: object

allowedValues

allowedValues: string[] = ["pfx","cer"]

name

name: string = "Enum"

data

data: object

required

required: boolean = true

serializedName

serializedName: string = "data"

type

type: object

name

name: string = "String"

password

password: object

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

thumbprint

thumbprint: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprint"

type

type: object

name

name: string = "String"

thumbprintAlgorithm

thumbprintAlgorithm: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprintAlgorithm"

type

type: object

name

name: string = "String"

Const CertificateCancelDeletionHeaders

CertificateCancelDeletionHeaders: object

serializedName

serializedName: string = "certificate-canceldeletion-headers"

type

type: object

className

className: string = "CertificateCancelDeletionHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const CertificateCancelDeletionOptions

CertificateCancelDeletionOptions: object

type

type: object

className

className: string = "CertificateCancelDeletionOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const CertificateDeleteHeaders

CertificateDeleteHeaders: object

serializedName

serializedName: string = "certificate-delete-headers"

type

type: object

className

className: string = "CertificateDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const CertificateDeleteMethodOptions

CertificateDeleteMethodOptions: object

type

type: object

className

className: string = "CertificateDeleteMethodOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const CertificateGetHeaders

CertificateGetHeaders: object

serializedName

serializedName: string = "certificate-get-headers"

type

type: object

className

className: string = "CertificateGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const CertificateGetOptions

CertificateGetOptions: object

type

type: object

className

className: string = "CertificateGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const CertificateListHeaders

CertificateListHeaders: object

serializedName

serializedName: string = "certificate-list-headers"

type

type: object

className

className: string = "CertificateListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const CertificateListNextOptions

CertificateListNextOptions: object

type

type: object

className

className: string = "CertificateListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const CertificateListOptions

CertificateListOptions: object

type

type: object

className

className: string = "CertificateListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const CertificateListResult

CertificateListResult: object

serializedName

serializedName: string = "CertificateListResult"

type

type: object

className

className: string = "CertificateListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Certificate"

name

name: string = "Composite"

Const CertificateReference

CertificateReference: object

serializedName

serializedName: string = "CertificateReference"

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

modelProperties

modelProperties: object

storeLocation

storeLocation: object

serializedName

serializedName: string = "storeLocation"

type

type: object

allowedValues

allowedValues: string[] = ["currentuser","localmachine"]

name

name: string = "Enum"

storeName

storeName: object

serializedName

serializedName: string = "storeName"

type

type: object

name

name: string = "String"

thumbprint

thumbprint: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprint"

type

type: object

name

name: string = "String"

thumbprintAlgorithm

thumbprintAlgorithm: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprintAlgorithm"

type

type: object

name

name: string = "String"

visibility

visibility: object

serializedName

serializedName: string = "visibility"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

allowedValues

allowedValues: string[] = ["starttask","task","remoteuser"]

name

name: string = "Enum"

Const CloudJob

CloudJob: object

serializedName

serializedName: string = "CloudJob"

type

type: object

className

className: string = "CloudJob"

name

name: string = "Composite"

modelProperties

modelProperties: object

commonEnvironmentSettings

commonEnvironmentSettings: object

serializedName

serializedName: string = "commonEnvironmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "JobConstraints"

name

name: string = "Composite"

creationTime

creationTime: object

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

executionInfo

executionInfo: object

serializedName

serializedName: string = "executionInfo"

type

type: object

className

className: string = "JobExecutionInformation"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

jobManagerTask

jobManagerTask: object

serializedName

serializedName: string = "jobManagerTask"

type

type: object

className

className: string = "JobManagerTask"

name

name: string = "Composite"

jobPreparationTask

jobPreparationTask: object

serializedName

serializedName: string = "jobPreparationTask"

type

type: object

className

className: string = "JobPreparationTask"

name

name: string = "Composite"

jobReleaseTask

jobReleaseTask: object

serializedName

serializedName: string = "jobReleaseTask"

type

type: object

className

className: string = "JobReleaseTask"

name

name: string = "Composite"

lastModified

lastModified: object

serializedName

serializedName: string = "lastModified"

type

type: object

name

name: string = "DateTime"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

networkConfiguration

networkConfiguration: object

serializedName

serializedName: string = "networkConfiguration"

type

type: object

className

className: string = "JobNetworkConfiguration"

name

name: string = "Composite"

onAllTasksComplete

onAllTasksComplete: object

serializedName

serializedName: string = "onAllTasksComplete"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","terminatejob"]

name

name: string = "Enum"

onTaskFailure

onTaskFailure: object

serializedName

serializedName: string = "onTaskFailure"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","performexitoptionsjobaction"]

name

name: string = "Enum"

poolInfo

poolInfo: object

serializedName

serializedName: string = "poolInfo"

type

type: object

className

className: string = "PoolInformation"

name

name: string = "Composite"

previousState

previousState: object

serializedName

serializedName: string = "previousState"

type

type: object

allowedValues

allowedValues: string[] = ["active","disabling","disabled","enabling","terminating","completed","deleting"]

name

name: string = "Enum"

previousStateTransitionTime

previousStateTransitionTime: object

serializedName

serializedName: string = "previousStateTransitionTime"

type

type: object

name

name: string = "DateTime"

priority

priority: object

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["active","disabling","disabled","enabling","terminating","completed","deleting"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

stats

stats: object

serializedName

serializedName: string = "stats"

type

type: object

className

className: string = "JobStatistics"

name

name: string = "Composite"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

usesTaskDependencies

usesTaskDependencies: object

serializedName

serializedName: string = "usesTaskDependencies"

type

type: object

name

name: string = "Boolean"

Const CloudJobListPreparationAndReleaseTaskStatusResult

CloudJobListPreparationAndReleaseTaskStatusResult: object

serializedName

serializedName: string = "CloudJobListPreparationAndReleaseTaskStatusResult"

type

type: object

className

className: string = "CloudJobListPreparationAndReleaseTaskStatusResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "JobPreparationAndReleaseTaskExecutionInformation"

name

name: string = "Composite"

Const CloudJobListResult

CloudJobListResult: object

serializedName

serializedName: string = "CloudJobListResult"

type

type: object

className

className: string = "CloudJobListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CloudJob"

name

name: string = "Composite"

Const CloudJobSchedule

CloudJobSchedule: object

serializedName

serializedName: string = "CloudJobSchedule"

type

type: object

className

className: string = "CloudJobSchedule"

name

name: string = "Composite"

modelProperties

modelProperties: object

creationTime

creationTime: object

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

executionInfo

executionInfo: object

serializedName

serializedName: string = "executionInfo"

type

type: object

className

className: string = "JobScheduleExecutionInformation"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

jobSpecification

jobSpecification: object

serializedName

serializedName: string = "jobSpecification"

type

type: object

className

className: string = "JobSpecification"

name

name: string = "Composite"

lastModified

lastModified: object

serializedName

serializedName: string = "lastModified"

type

type: object

name

name: string = "DateTime"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

previousState

previousState: object

serializedName

serializedName: string = "previousState"

type

type: object

allowedValues

allowedValues: string[] = ["active","completed","disabled","terminating","deleting"]

name

name: string = "Enum"

previousStateTransitionTime

previousStateTransitionTime: object

serializedName

serializedName: string = "previousStateTransitionTime"

type

type: object

name

name: string = "DateTime"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

className

className: string = "Schedule"

name

name: string = "Composite"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["active","completed","disabled","terminating","deleting"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

stats

stats: object

serializedName

serializedName: string = "stats"

type

type: object

className

className: string = "JobScheduleStatistics"

name

name: string = "Composite"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

Const CloudJobScheduleListResult

CloudJobScheduleListResult: object

serializedName

serializedName: string = "CloudJobScheduleListResult"

type

type: object

className

className: string = "CloudJobScheduleListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CloudJobSchedule"

name

name: string = "Composite"

Const CloudPool

CloudPool: object

serializedName

serializedName: string = "CloudPool"

type

type: object

className

className: string = "CloudPool"

name

name: string = "Composite"

modelProperties

modelProperties: object

allocationState

allocationState: object

serializedName

serializedName: string = "allocationState"

type

type: object

allowedValues

allowedValues: string[] = ["steady","resizing","stopping"]

name

name: string = "Enum"

allocationStateTransitionTime

allocationStateTransitionTime: object

serializedName

serializedName: string = "allocationStateTransitionTime"

type

type: object

name

name: string = "DateTime"

applicationLicenses

applicationLicenses: object

serializedName

serializedName: string = "applicationLicenses"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

autoScaleEvaluationInterval

autoScaleEvaluationInterval: object

serializedName

serializedName: string = "autoScaleEvaluationInterval"

type

type: object

name

name: string = "TimeSpan"

autoScaleFormula

autoScaleFormula: object

serializedName

serializedName: string = "autoScaleFormula"

type

type: object

name

name: string = "String"

autoScaleRun

autoScaleRun: object

serializedName

serializedName: string = "autoScaleRun"

type

type: object

className

className: string = "AutoScaleRun"

name

name: string = "Composite"

certificateReferences

certificateReferences: object

serializedName

serializedName: string = "certificateReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

cloudServiceConfiguration

cloudServiceConfiguration: object

serializedName

serializedName: string = "cloudServiceConfiguration"

type

type: object

className

className: string = "CloudServiceConfiguration"

name

name: string = "Composite"

creationTime

creationTime: object

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

currentDedicatedNodes

currentDedicatedNodes: object

serializedName

serializedName: string = "currentDedicatedNodes"

type

type: object

name

name: string = "Number"

currentLowPriorityNodes

currentLowPriorityNodes: object

serializedName

serializedName: string = "currentLowPriorityNodes"

type

type: object

name

name: string = "Number"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

enableAutoScale

enableAutoScale: object

serializedName

serializedName: string = "enableAutoScale"

type

type: object

name

name: string = "Boolean"

enableInterNodeCommunication

enableInterNodeCommunication: object

serializedName

serializedName: string = "enableInterNodeCommunication"

type

type: object

name

name: string = "Boolean"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "lastModified"

type

type: object

name

name: string = "DateTime"

maxTasksPerNode

maxTasksPerNode: object

serializedName

serializedName: string = "maxTasksPerNode"

type

type: object

name

name: string = "Number"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

networkConfiguration

networkConfiguration: object

serializedName

serializedName: string = "networkConfiguration"

type

type: object

className

className: string = "NetworkConfiguration"

name

name: string = "Composite"

resizeErrors

resizeErrors: object

serializedName

serializedName: string = "resizeErrors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResizeError"

name

name: string = "Composite"

resizeTimeout

resizeTimeout: object

serializedName

serializedName: string = "resizeTimeout"

type

type: object

name

name: string = "TimeSpan"

startTask

startTask: object

serializedName

serializedName: string = "startTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["active","deleting"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

stats

stats: object

serializedName

serializedName: string = "stats"

type

type: object

className

className: string = "PoolStatistics"

name

name: string = "Composite"

targetDedicatedNodes

targetDedicatedNodes: object

serializedName

serializedName: string = "targetDedicatedNodes"

type

type: object

name

name: string = "Number"

targetLowPriorityNodes

targetLowPriorityNodes: object

serializedName

serializedName: string = "targetLowPriorityNodes"

type

type: object

name

name: string = "Number"

taskSchedulingPolicy

taskSchedulingPolicy: object

serializedName

serializedName: string = "taskSchedulingPolicy"

type

type: object

className

className: string = "TaskSchedulingPolicy"

name

name: string = "Composite"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

userAccounts

userAccounts: object

serializedName

serializedName: string = "userAccounts"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "UserAccount"

name

name: string = "Composite"

virtualMachineConfiguration

virtualMachineConfiguration: object

serializedName

serializedName: string = "virtualMachineConfiguration"

type

type: object

className

className: string = "VirtualMachineConfiguration"

name

name: string = "Composite"

vmSize

vmSize: object

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const CloudPoolListResult

CloudPoolListResult: object

serializedName

serializedName: string = "CloudPoolListResult"

type

type: object

className

className: string = "CloudPoolListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CloudPool"

name

name: string = "Composite"

Const CloudServiceConfiguration

CloudServiceConfiguration: object

serializedName

serializedName: string = "CloudServiceConfiguration"

type

type: object

className

className: string = "CloudServiceConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

osFamily

osFamily: object

required

required: boolean = true

serializedName

serializedName: string = "osFamily"

type

type: object

name

name: string = "String"

osVersion

osVersion: object

serializedName

serializedName: string = "osVersion"

type

type: object

name

name: string = "String"

Const CloudTask

CloudTask: object

serializedName

serializedName: string = "CloudTask"

type

type: object

className

className: string = "CloudTask"

name

name: string = "Composite"

modelProperties

modelProperties: object

affinityInfo

affinityInfo: object

serializedName

serializedName: string = "affinityInfo"

type

type: object

className

className: string = "AffinityInformation"

name

name: string = "Composite"

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

authenticationTokenSettings

authenticationTokenSettings: object

serializedName

serializedName: string = "authenticationTokenSettings"

type

type: object

className

className: string = "AuthenticationTokenSettings"

name

name: string = "Composite"

commandLine

commandLine: object

serializedName

serializedName: string = "commandLine"

type

type: object

name

name: string = "String"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "TaskConstraints"

name

name: string = "Composite"

containerSettings

containerSettings: object

serializedName

serializedName: string = "containerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

creationTime

creationTime: object

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

dependsOn

dependsOn: object

serializedName

serializedName: string = "dependsOn"

type

type: object

className

className: string = "TaskDependencies"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

environmentSettings

environmentSettings: object

serializedName

serializedName: string = "environmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

executionInfo

executionInfo: object

serializedName

serializedName: string = "executionInfo"

type

type: object

className

className: string = "TaskExecutionInformation"

name

name: string = "Composite"

exitConditions

exitConditions: object

serializedName

serializedName: string = "exitConditions"

type

type: object

className

className: string = "ExitConditions"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "lastModified"

type

type: object

name

name: string = "DateTime"

multiInstanceSettings

multiInstanceSettings: object

serializedName

serializedName: string = "multiInstanceSettings"

type

type: object

className

className: string = "MultiInstanceSettings"

name

name: string = "Composite"

nodeInfo

nodeInfo: object

serializedName

serializedName: string = "nodeInfo"

type

type: object

className

className: string = "ComputeNodeInformation"

name

name: string = "Composite"

outputFiles

outputFiles: object

serializedName

serializedName: string = "outputFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OutputFile"

name

name: string = "Composite"

previousState

previousState: object

serializedName

serializedName: string = "previousState"

type

type: object

allowedValues

allowedValues: string[] = ["active","preparing","running","completed"]

name

name: string = "Enum"

previousStateTransitionTime

previousStateTransitionTime: object

serializedName

serializedName: string = "previousStateTransitionTime"

type

type: object

name

name: string = "DateTime"

resourceFiles

resourceFiles: object

serializedName

serializedName: string = "resourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["active","preparing","running","completed"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

stats

stats: object

serializedName

serializedName: string = "stats"

type

type: object

className

className: string = "TaskStatistics"

name

name: string = "Composite"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

userIdentity

userIdentity: object

serializedName

serializedName: string = "userIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

Const CloudTaskListResult

CloudTaskListResult: object

serializedName

serializedName: string = "CloudTaskListResult"

type

type: object

className

className: string = "CloudTaskListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CloudTask"

name

name: string = "Composite"

Const CloudTaskListSubtasksResult

CloudTaskListSubtasksResult: object

serializedName

serializedName: string = "CloudTaskListSubtasksResult"

type

type: object

className

className: string = "CloudTaskListSubtasksResult"

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 = "SubtaskInformation"

name

name: string = "Composite"

Const ComputeNode

ComputeNode: object

serializedName

serializedName: string = "ComputeNode"

type

type: object

className

className: string = "ComputeNode"

name

name: string = "Composite"

modelProperties

modelProperties: object

affinityId

affinityId: object

serializedName

serializedName: string = "affinityId"

type

type: object

name

name: string = "String"

allocationTime

allocationTime: object

serializedName

serializedName: string = "allocationTime"

type

type: object

name

name: string = "DateTime"

certificateReferences

certificateReferences: object

serializedName

serializedName: string = "certificateReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

endpointConfiguration

endpointConfiguration: object

serializedName

serializedName: string = "endpointConfiguration"

type

type: object

className

className: string = "ComputeNodeEndpointConfiguration"

name

name: string = "Composite"

errors

errors: object

serializedName

serializedName: string = "errors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeNodeError"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

ipAddress

ipAddress: object

serializedName

serializedName: string = "ipAddress"

type

type: object

name

name: string = "String"

isDedicated

isDedicated: object

serializedName

serializedName: string = "isDedicated"

type

type: object

name

name: string = "Boolean"

lastBootTime

lastBootTime: object

serializedName

serializedName: string = "lastBootTime"

type

type: object

name

name: string = "DateTime"

nodeAgentInfo

nodeAgentInfo: object

serializedName

serializedName: string = "nodeAgentInfo"

type

type: object

className

className: string = "NodeAgentInformation"

name

name: string = "Composite"

recentTasks

recentTasks: object

serializedName

serializedName: string = "recentTasks"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TaskInformation"

name

name: string = "Composite"

runningTasksCount

runningTasksCount: object

serializedName

serializedName: string = "runningTasksCount"

type

type: object

name

name: string = "Number"

schedulingState

schedulingState: object

serializedName

serializedName: string = "schedulingState"

type

type: object

allowedValues

allowedValues: string[] = ["enabled","disabled"]

name

name: string = "Enum"

startTask

startTask: object

serializedName

serializedName: string = "startTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

startTaskInfo

startTaskInfo: object

serializedName

serializedName: string = "startTaskInfo"

type

type: object

className

className: string = "StartTaskInformation"

name

name: string = "Composite"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["idle","rebooting","reimaging","running","unusable","creating","starting","waitingforstarttask","starttaskfailed","unknown","leavingpool","offline","preempted"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

totalTasksRun

totalTasksRun: object

serializedName

serializedName: string = "totalTasksRun"

type

type: object

name

name: string = "Number"

totalTasksSucceeded

totalTasksSucceeded: object

serializedName

serializedName: string = "totalTasksSucceeded"

type

type: object

name

name: string = "Number"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

vmSize

vmSize: object

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const ComputeNodeAddUserHeaders

ComputeNodeAddUserHeaders: object

serializedName

serializedName: string = "computenode-adduser-headers"

type

type: object

className

className: string = "ComputeNodeAddUserHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeAddUserOptions

ComputeNodeAddUserOptions: object

type

type: object

className

className: string = "ComputeNodeAddUserOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeDeleteUserHeaders

ComputeNodeDeleteUserHeaders: object

serializedName

serializedName: string = "computenode-deleteuser-headers"

type

type: object

className

className: string = "ComputeNodeDeleteUserHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const ComputeNodeDeleteUserOptions

ComputeNodeDeleteUserOptions: object

type

type: object

className

className: string = "ComputeNodeDeleteUserOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeDisableSchedulingHeaders

ComputeNodeDisableSchedulingHeaders: object

serializedName

serializedName: string = "computenode-disablescheduling-headers"

type

type: object

className

className: string = "ComputeNodeDisableSchedulingHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeDisableSchedulingOptions

ComputeNodeDisableSchedulingOptions: object

type

type: object

className

className: string = "ComputeNodeDisableSchedulingOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeEnableSchedulingHeaders

ComputeNodeEnableSchedulingHeaders: object

serializedName

serializedName: string = "computenode-enablescheduling-headers"

type

type: object

className

className: string = "ComputeNodeEnableSchedulingHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeEnableSchedulingOptions

ComputeNodeEnableSchedulingOptions: object

type

type: object

className

className: string = "ComputeNodeEnableSchedulingOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeEndpointConfiguration

ComputeNodeEndpointConfiguration: object

serializedName

serializedName: string = "ComputeNodeEndpointConfiguration"

type

type: object

className

className: string = "ComputeNodeEndpointConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

inboundEndpoints

inboundEndpoints: object

required

required: boolean = true

serializedName

serializedName: string = "inboundEndpoints"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "InboundEndpoint"

name

name: string = "Composite"

Const ComputeNodeError

ComputeNodeError: object

serializedName

serializedName: string = "ComputeNodeError"

type

type: object

className

className: string = "ComputeNodeError"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

errorDetails

errorDetails: object

serializedName

serializedName: string = "errorDetails"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "NameValuePair"

name

name: string = "Composite"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const ComputeNodeGetHeaders

ComputeNodeGetHeaders: object

serializedName

serializedName: string = "computenode-get-headers"

type

type: object

className

className: string = "ComputeNodeGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeGetOptions

ComputeNodeGetOptions: object

type

type: object

className

className: string = "ComputeNodeGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeGetRemoteDesktopHeaders

ComputeNodeGetRemoteDesktopHeaders: object

serializedName

serializedName: string = "computenode-getremotedesktop-headers"

type

type: object

className

className: string = "ComputeNodeGetRemoteDesktopHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeGetRemoteDesktopOptions

ComputeNodeGetRemoteDesktopOptions: object

type

type: object

className

className: string = "ComputeNodeGetRemoteDesktopOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeGetRemoteLoginSettingsHeaders

ComputeNodeGetRemoteLoginSettingsHeaders: object

serializedName

serializedName: string = "computenode-getremoteloginsettings-headers"

type

type: object

className

className: string = "ComputeNodeGetRemoteLoginSettingsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeGetRemoteLoginSettingsOptions

ComputeNodeGetRemoteLoginSettingsOptions: object

type

type: object

className

className: string = "ComputeNodeGetRemoteLoginSettingsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeGetRemoteLoginSettingsResult

ComputeNodeGetRemoteLoginSettingsResult: object

serializedName

serializedName: string = "ComputeNodeGetRemoteLoginSettingsResult"

type

type: object

className

className: string = "ComputeNodeGetRemoteLoginSettingsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

remoteLoginIPAddress

remoteLoginIPAddress: object

required

required: boolean = true

serializedName

serializedName: string = "remoteLoginIPAddress"

type

type: object

name

name: string = "String"

remoteLoginPort

remoteLoginPort: object

required

required: boolean = true

serializedName

serializedName: string = "remoteLoginPort"

type

type: object

name

name: string = "Number"

Const ComputeNodeInformation

ComputeNodeInformation: object

serializedName

serializedName: string = "ComputeNodeInformation"

type

type: object

className

className: string = "ComputeNodeInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

affinityId

affinityId: object

serializedName

serializedName: string = "affinityId"

type

type: object

name

name: string = "String"

nodeId

nodeId: object

serializedName

serializedName: string = "nodeId"

type

type: object

name

name: string = "String"

nodeUrl

nodeUrl: object

serializedName

serializedName: string = "nodeUrl"

type

type: object

name

name: string = "String"

poolId

poolId: object

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

taskRootDirectory

taskRootDirectory: object

serializedName

serializedName: string = "taskRootDirectory"

type

type: object

name

name: string = "String"

taskRootDirectoryUrl

taskRootDirectoryUrl: object

serializedName

serializedName: string = "taskRootDirectoryUrl"

type

type: object

name

name: string = "String"

Const ComputeNodeListHeaders

ComputeNodeListHeaders: object

serializedName

serializedName: string = "computenode-list-headers"

type

type: object

className

className: string = "ComputeNodeListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeListNextOptions

ComputeNodeListNextOptions: object

type

type: object

className

className: string = "ComputeNodeListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const ComputeNodeListOptions

ComputeNodeListOptions: object

type

type: object

className

className: string = "ComputeNodeListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeListResult

ComputeNodeListResult: object

serializedName

serializedName: string = "ComputeNodeListResult"

type

type: object

className

className: string = "ComputeNodeListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeNode"

name

name: string = "Composite"

Const ComputeNodeRebootHeaders

ComputeNodeRebootHeaders: object

serializedName

serializedName: string = "computenode-reboot-headers"

type

type: object

className

className: string = "ComputeNodeRebootHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeRebootOptions

ComputeNodeRebootOptions: object

type

type: object

className

className: string = "ComputeNodeRebootOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeReimageHeaders

ComputeNodeReimageHeaders: object

serializedName

serializedName: string = "computenode-reimage-headers"

type

type: object

className

className: string = "ComputeNodeReimageHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeReimageOptions

ComputeNodeReimageOptions: object

type

type: object

className

className: string = "ComputeNodeReimageOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeUpdateUserHeaders

ComputeNodeUpdateUserHeaders: object

serializedName

serializedName: string = "computenode-updateuser-headers"

type

type: object

className

className: string = "ComputeNodeUpdateUserHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeUpdateUserOptions

ComputeNodeUpdateUserOptions: object

type

type: object

className

className: string = "ComputeNodeUpdateUserOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeUploadBatchServiceLogsHeaders

ComputeNodeUploadBatchServiceLogsHeaders: object

serializedName

serializedName: string = "computenode-uploadbatchservicelogs-headers"

type

type: object

className

className: string = "ComputeNodeUploadBatchServiceLogsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const ComputeNodeUploadBatchServiceLogsOptions

ComputeNodeUploadBatchServiceLogsOptions: object

type

type: object

className

className: string = "ComputeNodeUploadBatchServiceLogsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const ComputeNodeUser

ComputeNodeUser: object

serializedName

serializedName: string = "ComputeNodeUser"

type

type: object

className

className: string = "ComputeNodeUser"

name

name: string = "Composite"

modelProperties

modelProperties: object

expiryTime

expiryTime: object

serializedName

serializedName: string = "expiryTime"

type

type: object

name

name: string = "DateTime"

isAdmin

isAdmin: object

serializedName

serializedName: string = "isAdmin"

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"

password

password: object

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

sshPublicKey

sshPublicKey: object

serializedName

serializedName: string = "sshPublicKey"

type

type: object

name

name: string = "String"

Const ContainerConfiguration

ContainerConfiguration: object

serializedName

serializedName: string = "ContainerConfiguration"

type

type: object

className

className: string = "ContainerConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerImageNames

containerImageNames: object

serializedName

serializedName: string = "containerImageNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

containerRegistries

containerRegistries: object

serializedName

serializedName: string = "containerRegistries"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ContainerRegistry"

name

name: string = "Composite"

type

type: object

defaultValue

defaultValue: string = "dockerCompatible"

isConstant

isConstant: boolean = true

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ContainerRegistry

ContainerRegistry: object

serializedName

serializedName: string = "ContainerRegistry"

type

type: object

className

className: string = "ContainerRegistry"

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"

registryServer

registryServer: object

serializedName

serializedName: string = "registryServer"

type

type: object

name

name: string = "String"

userName

userName: object

required

required: boolean = true

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const DataDisk

DataDisk: object

serializedName

serializedName: string = "DataDisk"

type

type: object

className

className: string = "DataDisk"

name

name: string = "Composite"

modelProperties

modelProperties: object

caching

caching: object

serializedName

serializedName: string = "caching"

type

type: object

allowedValues

allowedValues: string[] = ["none","readonly","readwrite"]

name

name: string = "Enum"

diskSizeGB

diskSizeGB: object

required

required: boolean = true

serializedName

serializedName: string = "diskSizeGB"

type

type: object

name

name: string = "Number"

lun

lun: object

required

required: boolean = true

serializedName

serializedName: string = "lun"

type

type: object

name

name: string = "Number"

storageAccountType

storageAccountType: object

serializedName

serializedName: string = "storageAccountType"

type

type: object

allowedValues

allowedValues: string[] = ["standard_lrs","premium_lrs"]

name

name: string = "Enum"

Const DeleteCertificateError

DeleteCertificateError: object

serializedName

serializedName: string = "DeleteCertificateError"

type

type: object

className

className: string = "DeleteCertificateError"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

serializedName

serializedName: string = "message"

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 = "NameValuePair"

name

name: string = "Composite"

Const EnvironmentSetting

EnvironmentSetting: object

serializedName

serializedName: string = "EnvironmentSetting"

type

type: object

className

className: string = "EnvironmentSetting"

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"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const ErrorMessage

ErrorMessage: object

serializedName

serializedName: string = "ErrorMessage"

type

type: object

className

className: string = "ErrorMessage"

name

name: string = "Composite"

modelProperties

modelProperties: object

lang

lang: object

serializedName

serializedName: string = "lang"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const ExitCodeMapping

ExitCodeMapping: object

serializedName

serializedName: string = "ExitCodeMapping"

type

type: object

className

className: string = "ExitCodeMapping"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

required

required: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "Number"

exitOptions

exitOptions: object

required

required: boolean = true

serializedName

serializedName: string = "exitOptions"

type

type: object

className

className: string = "ExitOptions"

name

name: string = "Composite"

Const ExitCodeRangeMapping

ExitCodeRangeMapping: object

serializedName

serializedName: string = "ExitCodeRangeMapping"

type

type: object

className

className: string = "ExitCodeRangeMapping"

name

name: string = "Composite"

modelProperties

modelProperties: object

end

end: object

required

required: boolean = true

serializedName

serializedName: string = "end"

type

type: object

name

name: string = "Number"

exitOptions

exitOptions: object

required

required: boolean = true

serializedName

serializedName: string = "exitOptions"

type

type: object

className

className: string = "ExitOptions"

name

name: string = "Composite"

start

start: object

required

required: boolean = true

serializedName

serializedName: string = "start"

type

type: object

name

name: string = "Number"

Const ExitConditions

ExitConditions: object

serializedName

serializedName: string = "ExitConditions"

type

type: object

className

className: string = "ExitConditions"

name

name: string = "Composite"

modelProperties

modelProperties: object

default

default: object

serializedName

serializedName: string = "default"

type

type: object

className

className: string = "ExitOptions"

name

name: string = "Composite"

exitCodeRanges

exitCodeRanges: object

serializedName

serializedName: string = "exitCodeRanges"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ExitCodeRangeMapping"

name

name: string = "Composite"

exitCodes

exitCodes: object

serializedName

serializedName: string = "exitCodes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ExitCodeMapping"

name

name: string = "Composite"

fileUploadError

fileUploadError: object

serializedName

serializedName: string = "fileUploadError"

type

type: object

className

className: string = "ExitOptions"

name

name: string = "Composite"

preProcessingError

preProcessingError: object

serializedName

serializedName: string = "preProcessingError"

type

type: object

className

className: string = "ExitOptions"

name

name: string = "Composite"

Const ExitOptions

ExitOptions: object

serializedName

serializedName: string = "ExitOptions"

type

type: object

className

className: string = "ExitOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

dependencyAction

dependencyAction: object

serializedName

serializedName: string = "dependencyAction"

type

type: object

allowedValues

allowedValues: string[] = ["satisfy","block"]

name

name: string = "Enum"

jobAction

jobAction: object

serializedName

serializedName: string = "jobAction"

type

type: object

allowedValues

allowedValues: string[] = ["none","disable","terminate"]

name

name: string = "Enum"

Const FileDeleteFromComputeNodeHeaders

FileDeleteFromComputeNodeHeaders: object

serializedName

serializedName: string = "file-deletefromcomputenode-headers"

type

type: object

className

className: string = "FileDeleteFromComputeNodeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const FileDeleteFromComputeNodeOptions

FileDeleteFromComputeNodeOptions: object

type

type: object

className

className: string = "FileDeleteFromComputeNodeOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileDeleteFromTaskHeaders

FileDeleteFromTaskHeaders: object

serializedName

serializedName: string = "file-deletefromtask-headers"

type

type: object

className

className: string = "FileDeleteFromTaskHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const FileDeleteFromTaskOptions

FileDeleteFromTaskOptions: object

type

type: object

className

className: string = "FileDeleteFromTaskOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileGetFromComputeNodeHeaders

FileGetFromComputeNodeHeaders: object

serializedName

serializedName: string = "file-getfromcomputenode-headers"

type

type: object

className

className: string = "FileGetFromComputeNodeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

contentLength

contentLength: object

serializedName

serializedName: string = "content-length"

type

type: object

name

name: string = "Number"

contentType

contentType: object

serializedName

serializedName: string = "content-type"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

ocpBatchFileIsdirectory

ocpBatchFileIsdirectory: object

serializedName

serializedName: string = "ocp-batch-file-isdirectory"

type

type: object

name

name: string = "Boolean"

ocpBatchFileMode

ocpBatchFileMode: object

serializedName

serializedName: string = "ocp-batch-file-mode"

type

type: object

name

name: string = "String"

ocpBatchFileUrl

ocpBatchFileUrl: object

serializedName

serializedName: string = "ocp-batch-file-url"

type

type: object

name

name: string = "String"

ocpCreationTime

ocpCreationTime: object

serializedName

serializedName: string = "ocp-creation-time"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const FileGetFromComputeNodeOptions

FileGetFromComputeNodeOptions: object

type

type: object

className

className: string = "FileGetFromComputeNodeOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpRange

ocpRange: object

type

type: object

name

name: string = "String"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileGetFromTaskHeaders

FileGetFromTaskHeaders: object

serializedName

serializedName: string = "file-getfromtask-headers"

type

type: object

className

className: string = "FileGetFromTaskHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

contentLength

contentLength: object

serializedName

serializedName: string = "content-length"

type

type: object

name

name: string = "Number"

contentType

contentType: object

serializedName

serializedName: string = "content-type"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

ocpBatchFileIsdirectory

ocpBatchFileIsdirectory: object

serializedName

serializedName: string = "ocp-batch-file-isdirectory"

type

type: object

name

name: string = "Boolean"

ocpBatchFileMode

ocpBatchFileMode: object

serializedName

serializedName: string = "ocp-batch-file-mode"

type

type: object

name

name: string = "String"

ocpBatchFileUrl

ocpBatchFileUrl: object

serializedName

serializedName: string = "ocp-batch-file-url"

type

type: object

name

name: string = "String"

ocpCreationTime

ocpCreationTime: object

serializedName

serializedName: string = "ocp-creation-time"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const FileGetFromTaskOptions

FileGetFromTaskOptions: object

type

type: object

className

className: string = "FileGetFromTaskOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpRange

ocpRange: object

type

type: object

name

name: string = "String"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileGetPropertiesFromComputeNodeHeaders

FileGetPropertiesFromComputeNodeHeaders: object

serializedName

serializedName: string = "file-getpropertiesfromcomputenode-headers"

type

type: object

className

className: string = "FileGetPropertiesFromComputeNodeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

contentLength

contentLength: object

serializedName

serializedName: string = "content-length"

type

type: object

name

name: string = "Number"

contentType

contentType: object

serializedName

serializedName: string = "content-type"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

ocpBatchFileIsdirectory

ocpBatchFileIsdirectory: object

serializedName

serializedName: string = "ocp-batch-file-isdirectory"

type

type: object

name

name: string = "Boolean"

ocpBatchFileMode

ocpBatchFileMode: object

serializedName

serializedName: string = "ocp-batch-file-mode"

type

type: object

name

name: string = "String"

ocpBatchFileUrl

ocpBatchFileUrl: object

serializedName

serializedName: string = "ocp-batch-file-url"

type

type: object

name

name: string = "String"

ocpCreationTime

ocpCreationTime: object

serializedName

serializedName: string = "ocp-creation-time"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const FileGetPropertiesFromComputeNodeOptions

FileGetPropertiesFromComputeNodeOptions: object

type

type: object

className

className: string = "FileGetPropertiesFromComputeNodeOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileGetPropertiesFromTaskHeaders

FileGetPropertiesFromTaskHeaders: object

serializedName

serializedName: string = "file-getpropertiesfromtask-headers"

type

type: object

className

className: string = "FileGetPropertiesFromTaskHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

contentLength

contentLength: object

serializedName

serializedName: string = "content-length"

type

type: object

name

name: string = "Number"

contentType

contentType: object

serializedName

serializedName: string = "content-type"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

ocpBatchFileIsdirectory

ocpBatchFileIsdirectory: object

serializedName

serializedName: string = "ocp-batch-file-isdirectory"

type

type: object

name

name: string = "Boolean"

ocpBatchFileMode

ocpBatchFileMode: object

serializedName

serializedName: string = "ocp-batch-file-mode"

type

type: object

name

name: string = "String"

ocpBatchFileUrl

ocpBatchFileUrl: object

serializedName

serializedName: string = "ocp-batch-file-url"

type

type: object

name

name: string = "String"

ocpCreationTime

ocpCreationTime: object

serializedName

serializedName: string = "ocp-creation-time"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const FileGetPropertiesFromTaskOptions

FileGetPropertiesFromTaskOptions: object

type

type: object

className

className: string = "FileGetPropertiesFromTaskOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileListFromComputeNodeHeaders

FileListFromComputeNodeHeaders: object

serializedName

serializedName: string = "file-listfromcomputenode-headers"

type

type: object

className

className: string = "FileListFromComputeNodeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const FileListFromComputeNodeNextOptions

FileListFromComputeNodeNextOptions: object

type

type: object

className

className: string = "FileListFromComputeNodeNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const FileListFromComputeNodeOptions

FileListFromComputeNodeOptions: object

type

type: object

className

className: string = "FileListFromComputeNodeOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileListFromTaskHeaders

FileListFromTaskHeaders: object

serializedName

serializedName: string = "file-listfromtask-headers"

type

type: object

className

className: string = "FileListFromTaskHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const FileListFromTaskNextOptions

FileListFromTaskNextOptions: object

type

type: object

className

className: string = "FileListFromTaskNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const FileListFromTaskOptions

FileListFromTaskOptions: object

type

type: object

className

className: string = "FileListFromTaskOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const FileProperties

FileProperties: object

serializedName

serializedName: string = "FileProperties"

type

type: object

className

className: string = "FileProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

contentLength

contentLength: object

required

required: boolean = true

serializedName

serializedName: string = "contentLength"

type

type: object

name

name: string = "Number"

contentType

contentType: object

serializedName

serializedName: string = "contentType"

type

type: object

name

name: string = "String"

creationTime

creationTime: object

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

fileMode

fileMode: object

serializedName

serializedName: string = "fileMode"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

required

required: boolean = true

serializedName

serializedName: string = "lastModified"

type

type: object

name

name: string = "DateTime"

Const ImageReference

ImageReference: object

serializedName

serializedName: string = "ImageReference"

type

type: object

className

className: string = "ImageReference"

name

name: string = "Composite"

modelProperties

modelProperties: object

offer

offer: object

serializedName

serializedName: string = "offer"

type

type: object

name

name: string = "String"

publisher

publisher: object

serializedName

serializedName: string = "publisher"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

virtualMachineImageId

virtualMachineImageId: object

serializedName

serializedName: string = "virtualMachineImageId"

type

type: object

name

name: string = "String"

Const InboundEndpoint

InboundEndpoint: object

serializedName

serializedName: string = "InboundEndpoint"

type

type: object

className

className: string = "InboundEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

backendPort

backendPort: object

required

required: boolean = true

serializedName

serializedName: string = "backendPort"

type

type: object

name

name: string = "Number"

frontendPort

frontendPort: object

required

required: boolean = true

serializedName

serializedName: string = "frontendPort"

type

type: object

name

name: string = "Number"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

protocol

protocol: object

required

required: boolean = true

serializedName

serializedName: string = "protocol"

type

type: object

allowedValues

allowedValues: string[] = ["tcp","udp"]

name

name: string = "Enum"

publicFQDN

publicFQDN: object

required

required: boolean = true

serializedName

serializedName: string = "publicFQDN"

type

type: object

name

name: string = "String"

publicIPAddress

publicIPAddress: object

required

required: boolean = true

serializedName

serializedName: string = "publicIPAddress"

type

type: object

name

name: string = "String"

Const InboundNATPool

InboundNATPool: object

serializedName

serializedName: string = "InboundNATPool"

type

type: object

className

className: string = "InboundNATPool"

name

name: string = "Composite"

modelProperties

modelProperties: object

backendPort

backendPort: object

required

required: boolean = true

serializedName

serializedName: string = "backendPort"

type

type: object

name

name: string = "Number"

frontendPortRangeEnd

frontendPortRangeEnd: object

required

required: boolean = true

serializedName

serializedName: string = "frontendPortRangeEnd"

type

type: object

name

name: string = "Number"

frontendPortRangeStart

frontendPortRangeStart: object

required

required: boolean = true

serializedName

serializedName: string = "frontendPortRangeStart"

type

type: object

name

name: string = "Number"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

networkSecurityGroupRules

networkSecurityGroupRules: object

serializedName

serializedName: string = "networkSecurityGroupRules"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "NetworkSecurityGroupRule"

name

name: string = "Composite"

protocol

protocol: object

required

required: boolean = true

serializedName

serializedName: string = "protocol"

type

type: object

allowedValues

allowedValues: string[] = ["tcp","udp"]

name

name: string = "Enum"

Const JobAddHeaders

JobAddHeaders: object

serializedName

serializedName: string = "job-add-headers"

type

type: object

className

className: string = "JobAddHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobAddOptions

JobAddOptions: object

type

type: object

className

className: string = "JobAddOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobAddParameter

JobAddParameter: object

serializedName

serializedName: string = "JobAddParameter"

type

type: object

className

className: string = "JobAddParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

commonEnvironmentSettings

commonEnvironmentSettings: object

serializedName

serializedName: string = "commonEnvironmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "JobConstraints"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

jobManagerTask

jobManagerTask: object

serializedName

serializedName: string = "jobManagerTask"

type

type: object

className

className: string = "JobManagerTask"

name

name: string = "Composite"

jobPreparationTask

jobPreparationTask: object

serializedName

serializedName: string = "jobPreparationTask"

type

type: object

className

className: string = "JobPreparationTask"

name

name: string = "Composite"

jobReleaseTask

jobReleaseTask: object

serializedName

serializedName: string = "jobReleaseTask"

type

type: object

className

className: string = "JobReleaseTask"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

networkConfiguration

networkConfiguration: object

serializedName

serializedName: string = "networkConfiguration"

type

type: object

className

className: string = "JobNetworkConfiguration"

name

name: string = "Composite"

onAllTasksComplete

onAllTasksComplete: object

serializedName

serializedName: string = "onAllTasksComplete"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","terminatejob"]

name

name: string = "Enum"

onTaskFailure

onTaskFailure: object

serializedName

serializedName: string = "onTaskFailure"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","performexitoptionsjobaction"]

name

name: string = "Enum"

poolInfo

poolInfo: object

defaultValue

defaultValue: object

Type declaration

required

required: boolean = true

serializedName

serializedName: string = "poolInfo"

type

type: object

className

className: string = "PoolInformation"

name

name: string = "Composite"

priority

priority: object

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

usesTaskDependencies

usesTaskDependencies: object

serializedName

serializedName: string = "usesTaskDependencies"

type

type: object

name

name: string = "Boolean"

Const JobConstraints

JobConstraints: object

serializedName

serializedName: string = "JobConstraints"

type

type: object

className

className: string = "JobConstraints"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxTaskRetryCount

maxTaskRetryCount: object

serializedName

serializedName: string = "maxTaskRetryCount"

type

type: object

name

name: string = "Number"

maxWallClockTime

maxWallClockTime: object

serializedName

serializedName: string = "maxWallClockTime"

type

type: object

name

name: string = "TimeSpan"

Const JobDeleteHeaders

JobDeleteHeaders: object

serializedName

serializedName: string = "job-delete-headers"

type

type: object

className

className: string = "JobDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const JobDeleteMethodOptions

JobDeleteMethodOptions: object

type

type: object

className

className: string = "JobDeleteMethodOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobDisableHeaders

JobDisableHeaders: object

serializedName

serializedName: string = "job-disable-headers"

type

type: object

className

className: string = "JobDisableHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobDisableOptions

JobDisableOptions: object

type

type: object

className

className: string = "JobDisableOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobDisableParameter

JobDisableParameter: object

serializedName

serializedName: string = "JobDisableParameter"

type

type: object

className

className: string = "JobDisableParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

disableTasks

disableTasks: object

required

required: boolean = true

serializedName

serializedName: string = "disableTasks"

type

type: object

allowedValues

allowedValues: string[] = ["requeue","terminate","wait"]

name

name: string = "Enum"

Const JobEnableHeaders

JobEnableHeaders: object

serializedName

serializedName: string = "job-enable-headers"

type

type: object

className

className: string = "JobEnableHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobEnableOptions

JobEnableOptions: object

type

type: object

className

className: string = "JobEnableOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobExecutionInformation

JobExecutionInformation: object

serializedName

serializedName: string = "JobExecutionInformation"

type

type: object

className

className: string = "JobExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

poolId

poolId: object

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

schedulingError

schedulingError: object

serializedName

serializedName: string = "schedulingError"

type

type: object

className

className: string = "JobSchedulingError"

name

name: string = "Composite"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

terminateReason

terminateReason: object

serializedName

serializedName: string = "terminateReason"

type

type: object

name

name: string = "String"

Const JobGetAllLifetimeStatisticsHeaders

JobGetAllLifetimeStatisticsHeaders: object

serializedName

serializedName: string = "job-getalllifetimestatistics-headers"

type

type: object

className

className: string = "JobGetAllLifetimeStatisticsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobGetAllLifetimeStatisticsOptions

JobGetAllLifetimeStatisticsOptions: object

type

type: object

className

className: string = "JobGetAllLifetimeStatisticsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobGetHeaders

JobGetHeaders: object

serializedName

serializedName: string = "job-get-headers"

type

type: object

className

className: string = "JobGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTagHeader

eTagHeader: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModifiedHeader

lastModifiedHeader: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobGetOptions

JobGetOptions: object

type

type: object

className

className: string = "JobGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobGetTaskCountsHeaders

JobGetTaskCountsHeaders: object

serializedName

serializedName: string = "job-gettaskcounts-headers"

type

type: object

className

className: string = "JobGetTaskCountsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobGetTaskCountsOptions

JobGetTaskCountsOptions: object

type

type: object

className

className: string = "JobGetTaskCountsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobListFromJobScheduleHeaders

JobListFromJobScheduleHeaders: object

serializedName

serializedName: string = "job-listfromjobschedule-headers"

type

type: object

className

className: string = "JobListFromJobScheduleHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobListFromJobScheduleNextOptions

JobListFromJobScheduleNextOptions: object

type

type: object

className

className: string = "JobListFromJobScheduleNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const JobListFromJobScheduleOptions

JobListFromJobScheduleOptions: object

type

type: object

className

className: string = "JobListFromJobScheduleOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobListHeaders

JobListHeaders: object

serializedName

serializedName: string = "job-list-headers"

type

type: object

className

className: string = "JobListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobListNextOptions

JobListNextOptions: object

type

type: object

className

className: string = "JobListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const JobListOptions

JobListOptions: object

type

type: object

className

className: string = "JobListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobListPreparationAndReleaseTaskStatusHeaders

JobListPreparationAndReleaseTaskStatusHeaders: object

serializedName

serializedName: string = "job-listpreparationandreleasetaskstatus-headers"

type

type: object

className

className: string = "JobListPreparationAndReleaseTaskStatusHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobListPreparationAndReleaseTaskStatusNextOptions

JobListPreparationAndReleaseTaskStatusNextOptions: object

type

type: object

className

className: string = "JobListPreparationAndReleaseTaskStatusNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const JobListPreparationAndReleaseTaskStatusOptions

JobListPreparationAndReleaseTaskStatusOptions: object

type

type: object

className

className: string = "JobListPreparationAndReleaseTaskStatusOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobManagerTask

JobManagerTask: object

serializedName

serializedName: string = "JobManagerTask"

type

type: object

className

className: string = "JobManagerTask"

name

name: string = "Composite"

modelProperties

modelProperties: object

allowLowPriorityNode

allowLowPriorityNode: object

serializedName

serializedName: string = "allowLowPriorityNode"

type

type: object

name

name: string = "Boolean"

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

authenticationTokenSettings

authenticationTokenSettings: object

serializedName

serializedName: string = "authenticationTokenSettings"

type

type: object

className

className: string = "AuthenticationTokenSettings"

name

name: string = "Composite"

commandLine

commandLine: object

required

required: boolean = true

serializedName

serializedName: string = "commandLine"

type

type: object

name

name: string = "String"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "TaskConstraints"

name

name: string = "Composite"

containerSettings

containerSettings: object

serializedName

serializedName: string = "containerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

environmentSettings

environmentSettings: object

serializedName

serializedName: string = "environmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

killJobOnCompletion

killJobOnCompletion: object

serializedName

serializedName: string = "killJobOnCompletion"

type

type: object

name

name: string = "Boolean"

outputFiles

outputFiles: object

serializedName

serializedName: string = "outputFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OutputFile"

name

name: string = "Composite"

resourceFiles

resourceFiles: object

serializedName

serializedName: string = "resourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

runExclusive

runExclusive: object

serializedName

serializedName: string = "runExclusive"

type

type: object

name

name: string = "Boolean"

userIdentity

userIdentity: object

serializedName

serializedName: string = "userIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

Const JobNetworkConfiguration

JobNetworkConfiguration: object

serializedName

serializedName: string = "JobNetworkConfiguration"

type

type: object

className

className: string = "JobNetworkConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

subnetId

subnetId: object

required

required: boolean = true

serializedName

serializedName: string = "subnetId"

type

type: object

name

name: string = "String"

Const JobPatchHeaders

JobPatchHeaders: object

serializedName

serializedName: string = "job-patch-headers"

type

type: object

className

className: string = "JobPatchHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobPatchOptions

JobPatchOptions: object

type

type: object

className

className: string = "JobPatchOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobPatchParameter

JobPatchParameter: object

serializedName

serializedName: string = "JobPatchParameter"

type

type: object

className

className: string = "JobPatchParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "JobConstraints"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

onAllTasksComplete

onAllTasksComplete: object

serializedName

serializedName: string = "onAllTasksComplete"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","terminatejob"]

name

name: string = "Enum"

poolInfo

poolInfo: object

serializedName

serializedName: string = "poolInfo"

type

type: object

className

className: string = "PoolInformation"

name

name: string = "Composite"

priority

priority: object

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

Const JobPreparationAndReleaseTaskExecutionInformation

JobPreparationAndReleaseTaskExecutionInformation: object

serializedName

serializedName: string = "JobPreparationAndReleaseTaskExecutionInformation"

type

type: object

className

className: string = "JobPreparationAndReleaseTaskExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

jobPreparationTaskExecutionInfo

jobPreparationTaskExecutionInfo: object

serializedName

serializedName: string = "jobPreparationTaskExecutionInfo"

type

type: object

className

className: string = "JobPreparationTaskExecutionInformation"

name

name: string = "Composite"

jobReleaseTaskExecutionInfo

jobReleaseTaskExecutionInfo: object

serializedName

serializedName: string = "jobReleaseTaskExecutionInfo"

type

type: object

className

className: string = "JobReleaseTaskExecutionInformation"

name

name: string = "Composite"

nodeId

nodeId: object

serializedName

serializedName: string = "nodeId"

type

type: object

name

name: string = "String"

nodeUrl

nodeUrl: object

serializedName

serializedName: string = "nodeUrl"

type

type: object

name

name: string = "String"

poolId

poolId: object

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

Const JobPreparationTask

JobPreparationTask: object

serializedName

serializedName: string = "JobPreparationTask"

type

type: object

className

className: string = "JobPreparationTask"

name

name: string = "Composite"

modelProperties

modelProperties: object

commandLine

commandLine: object

required

required: boolean = true

serializedName

serializedName: string = "commandLine"

type

type: object

name

name: string = "String"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "TaskConstraints"

name

name: string = "Composite"

containerSettings

containerSettings: object

serializedName

serializedName: string = "containerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

environmentSettings

environmentSettings: object

serializedName

serializedName: string = "environmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

rerunOnNodeRebootAfterSuccess

rerunOnNodeRebootAfterSuccess: object

serializedName

serializedName: string = "rerunOnNodeRebootAfterSuccess"

type

type: object

name

name: string = "Boolean"

resourceFiles

resourceFiles: object

serializedName

serializedName: string = "resourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

userIdentity

userIdentity: object

serializedName

serializedName: string = "userIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

waitForSuccess

waitForSuccess: object

serializedName

serializedName: string = "waitForSuccess"

type

type: object

name

name: string = "Boolean"

Const JobPreparationTaskExecutionInformation

JobPreparationTaskExecutionInformation: object

serializedName

serializedName: string = "JobPreparationTaskExecutionInformation"

type

type: object

className

className: string = "JobPreparationTaskExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerInfo

containerInfo: object

serializedName

serializedName: string = "containerInfo"

type

type: object

className

className: string = "TaskContainerExecutionInformation"

name

name: string = "Composite"

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

exitCode

exitCode: object

serializedName

serializedName: string = "exitCode"

type

type: object

name

name: string = "Number"

failureInfo

failureInfo: object

serializedName

serializedName: string = "failureInfo"

type

type: object

className

className: string = "TaskFailureInformation"

name

name: string = "Composite"

lastRetryTime

lastRetryTime: object

serializedName

serializedName: string = "lastRetryTime"

type

type: object

name

name: string = "DateTime"

result

result: object

serializedName

serializedName: string = "result"

type

type: object

allowedValues

allowedValues: string[] = ["success","failure"]

name

name: string = "Enum"

retryCount

retryCount: object

required

required: boolean = true

serializedName

serializedName: string = "retryCount"

type

type: object

name

name: string = "Number"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

state

state: object

required

required: boolean = true

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["running","completed"]

name

name: string = "Enum"

taskRootDirectory

taskRootDirectory: object

serializedName

serializedName: string = "taskRootDirectory"

type

type: object

name

name: string = "String"

taskRootDirectoryUrl

taskRootDirectoryUrl: object

serializedName

serializedName: string = "taskRootDirectoryUrl"

type

type: object

name

name: string = "String"

Const JobReleaseTask

JobReleaseTask: object

serializedName

serializedName: string = "JobReleaseTask"

type

type: object

className

className: string = "JobReleaseTask"

name

name: string = "Composite"

modelProperties

modelProperties: object

commandLine

commandLine: object

required

required: boolean = true

serializedName

serializedName: string = "commandLine"

type

type: object

name

name: string = "String"

containerSettings

containerSettings: object

serializedName

serializedName: string = "containerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

environmentSettings

environmentSettings: object

serializedName

serializedName: string = "environmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

maxWallClockTime

maxWallClockTime: object

serializedName

serializedName: string = "maxWallClockTime"

type

type: object

name

name: string = "TimeSpan"

resourceFiles

resourceFiles: object

serializedName

serializedName: string = "resourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

retentionTime

retentionTime: object

serializedName

serializedName: string = "retentionTime"

type

type: object

name

name: string = "TimeSpan"

userIdentity

userIdentity: object

serializedName

serializedName: string = "userIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

Const JobReleaseTaskExecutionInformation

JobReleaseTaskExecutionInformation: object

serializedName

serializedName: string = "JobReleaseTaskExecutionInformation"

type

type: object

className

className: string = "JobReleaseTaskExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerInfo

containerInfo: object

serializedName

serializedName: string = "containerInfo"

type

type: object

className

className: string = "TaskContainerExecutionInformation"

name

name: string = "Composite"

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

exitCode

exitCode: object

serializedName

serializedName: string = "exitCode"

type

type: object

name

name: string = "Number"

failureInfo

failureInfo: object

serializedName

serializedName: string = "failureInfo"

type

type: object

className

className: string = "TaskFailureInformation"

name

name: string = "Composite"

result

result: object

serializedName

serializedName: string = "result"

type

type: object

allowedValues

allowedValues: string[] = ["success","failure"]

name

name: string = "Enum"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

state

state: object

required

required: boolean = true

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["running","completed"]

name

name: string = "Enum"

taskRootDirectory

taskRootDirectory: object

serializedName

serializedName: string = "taskRootDirectory"

type

type: object

name

name: string = "String"

taskRootDirectoryUrl

taskRootDirectoryUrl: object

serializedName

serializedName: string = "taskRootDirectoryUrl"

type

type: object

name

name: string = "String"

Const JobScheduleAddHeaders

JobScheduleAddHeaders: object

serializedName

serializedName: string = "jobschedule-add-headers"

type

type: object

className

className: string = "JobScheduleAddHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleAddOptions

JobScheduleAddOptions: object

type

type: object

className

className: string = "JobScheduleAddOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleAddParameter

JobScheduleAddParameter: object

serializedName

serializedName: string = "JobScheduleAddParameter"

type

type: object

className

className: string = "JobScheduleAddParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

jobSpecification

jobSpecification: object

defaultValue

defaultValue: object

Type declaration

required

required: boolean = true

serializedName

serializedName: string = "jobSpecification"

type

type: object

className

className: string = "JobSpecification"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

schedule

schedule: object

required

required: boolean = true

serializedName

serializedName: string = "schedule"

type

type: object

className

className: string = "Schedule"

name

name: string = "Composite"

Const JobScheduleDeleteHeaders

JobScheduleDeleteHeaders: object

serializedName

serializedName: string = "jobschedule-delete-headers"

type

type: object

className

className: string = "JobScheduleDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const JobScheduleDeleteMethodOptions

JobScheduleDeleteMethodOptions: object

type

type: object

className

className: string = "JobScheduleDeleteMethodOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleDisableHeaders

JobScheduleDisableHeaders: object

serializedName

serializedName: string = "jobschedule-disable-headers"

type

type: object

className

className: string = "JobScheduleDisableHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleDisableOptions

JobScheduleDisableOptions: object

type

type: object

className

className: string = "JobScheduleDisableOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleEnableHeaders

JobScheduleEnableHeaders: object

serializedName

serializedName: string = "jobschedule-enable-headers"

type

type: object

className

className: string = "JobScheduleEnableHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleEnableOptions

JobScheduleEnableOptions: object

type

type: object

className

className: string = "JobScheduleEnableOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleExecutionInformation

JobScheduleExecutionInformation: object

serializedName

serializedName: string = "JobScheduleExecutionInformation"

type

type: object

className

className: string = "JobScheduleExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

nextRunTime

nextRunTime: object

serializedName

serializedName: string = "nextRunTime"

type

type: object

name

name: string = "DateTime"

recentJob

recentJob: object

serializedName

serializedName: string = "recentJob"

type

type: object

className

className: string = "RecentJob"

name

name: string = "Composite"

Const JobScheduleExistsHeaders

JobScheduleExistsHeaders: object

serializedName

serializedName: string = "jobschedule-exists-headers"

type

type: object

className

className: string = "JobScheduleExistsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleExistsOptions

JobScheduleExistsOptions: object

type

type: object

className

className: string = "JobScheduleExistsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleGetHeaders

JobScheduleGetHeaders: object

serializedName

serializedName: string = "jobschedule-get-headers"

type

type: object

className

className: string = "JobScheduleGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTagHeader

eTagHeader: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModifiedHeader

lastModifiedHeader: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleGetOptions

JobScheduleGetOptions: object

type

type: object

className

className: string = "JobScheduleGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleListHeaders

JobScheduleListHeaders: object

serializedName

serializedName: string = "jobschedule-list-headers"

type

type: object

className

className: string = "JobScheduleListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleListNextOptions

JobScheduleListNextOptions: object

type

type: object

className

className: string = "JobScheduleListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const JobScheduleListOptions

JobScheduleListOptions: object

type

type: object

className

className: string = "JobScheduleListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobSchedulePatchHeaders

JobSchedulePatchHeaders: object

serializedName

serializedName: string = "jobschedule-patch-headers"

type

type: object

className

className: string = "JobSchedulePatchHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobSchedulePatchOptions

JobSchedulePatchOptions: object

type

type: object

className

className: string = "JobSchedulePatchOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobSchedulePatchParameter

JobSchedulePatchParameter: object

serializedName

serializedName: string = "JobSchedulePatchParameter"

type

type: object

className

className: string = "JobSchedulePatchParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

jobSpecification

jobSpecification: object

serializedName

serializedName: string = "jobSpecification"

type

type: object

className

className: string = "JobSpecification"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

className

className: string = "Schedule"

name

name: string = "Composite"

Const JobScheduleStatistics

JobScheduleStatistics: object

serializedName

serializedName: string = "JobScheduleStatistics"

type

type: object

className

className: string = "JobScheduleStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

kernelCPUTime

kernelCPUTime: object

required

required: boolean = true

serializedName

serializedName: string = "kernelCPUTime"

type

type: object

name

name: string = "TimeSpan"

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

numFailedTasks

numFailedTasks: object

required

required: boolean = true

serializedName

serializedName: string = "numFailedTasks"

type

type: object

name

name: string = "Number"

numSucceededTasks

numSucceededTasks: object

required

required: boolean = true

serializedName

serializedName: string = "numSucceededTasks"

type

type: object

name

name: string = "Number"

numTaskRetries

numTaskRetries: object

required

required: boolean = true

serializedName

serializedName: string = "numTaskRetries"

type

type: object

name

name: string = "Number"

readIOGiB

readIOGiB: object

required

required: boolean = true

serializedName

serializedName: string = "readIOGiB"

type

type: object

name

name: string = "Number"

readIOps

readIOps: object

required

required: boolean = true

serializedName

serializedName: string = "readIOps"

type

type: object

name

name: string = "Number"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

url

url: object

required

required: boolean = true

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

userCPUTime

userCPUTime: object

required

required: boolean = true

serializedName

serializedName: string = "userCPUTime"

type

type: object

name

name: string = "TimeSpan"

waitTime

waitTime: object

required

required: boolean = true

serializedName

serializedName: string = "waitTime"

type

type: object

name

name: string = "TimeSpan"

wallClockTime

wallClockTime: object

required

required: boolean = true

serializedName

serializedName: string = "wallClockTime"

type

type: object

name

name: string = "TimeSpan"

writeIOGiB

writeIOGiB: object

required

required: boolean = true

serializedName

serializedName: string = "writeIOGiB"

type

type: object

name

name: string = "Number"

writeIOps

writeIOps: object

required

required: boolean = true

serializedName

serializedName: string = "writeIOps"

type

type: object

name

name: string = "Number"

Const JobScheduleTerminateHeaders

JobScheduleTerminateHeaders: object

serializedName

serializedName: string = "jobschedule-terminate-headers"

type

type: object

className

className: string = "JobScheduleTerminateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleTerminateOptions

JobScheduleTerminateOptions: object

type

type: object

className

className: string = "JobScheduleTerminateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleUpdateHeaders

JobScheduleUpdateHeaders: object

serializedName

serializedName: string = "jobschedule-update-headers"

type

type: object

className

className: string = "JobScheduleUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobScheduleUpdateOptions

JobScheduleUpdateOptions: object

type

type: object

className

className: string = "JobScheduleUpdateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobScheduleUpdateParameter

JobScheduleUpdateParameter: object

serializedName

serializedName: string = "JobScheduleUpdateParameter"

type

type: object

className

className: string = "JobScheduleUpdateParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

jobSpecification

jobSpecification: object

defaultValue

defaultValue: object

Type declaration

required

required: boolean = true

serializedName

serializedName: string = "jobSpecification"

type

type: object

className

className: string = "JobSpecification"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

schedule

schedule: object

required

required: boolean = true

serializedName

serializedName: string = "schedule"

type

type: object

className

className: string = "Schedule"

name

name: string = "Composite"

Const JobSchedulingError

JobSchedulingError: object

serializedName

serializedName: string = "JobSchedulingError"

type

type: object

className

className: string = "JobSchedulingError"

name

name: string = "Composite"

modelProperties

modelProperties: object

category

category: object

required

required: boolean = true

serializedName

serializedName: string = "category"

type

type: object

allowedValues

allowedValues: string[] = ["usererror","servererror"]

name

name: string = "Enum"

code

code: object

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 = "NameValuePair"

name

name: string = "Composite"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const JobSpecification

JobSpecification: object

serializedName

serializedName: string = "JobSpecification"

type

type: object

className

className: string = "JobSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

commonEnvironmentSettings

commonEnvironmentSettings: object

serializedName

serializedName: string = "commonEnvironmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "JobConstraints"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

jobManagerTask

jobManagerTask: object

serializedName

serializedName: string = "jobManagerTask"

type

type: object

className

className: string = "JobManagerTask"

name

name: string = "Composite"

jobPreparationTask

jobPreparationTask: object

serializedName

serializedName: string = "jobPreparationTask"

type

type: object

className

className: string = "JobPreparationTask"

name

name: string = "Composite"

jobReleaseTask

jobReleaseTask: object

serializedName

serializedName: string = "jobReleaseTask"

type

type: object

className

className: string = "JobReleaseTask"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

networkConfiguration

networkConfiguration: object

serializedName

serializedName: string = "networkConfiguration"

type

type: object

className

className: string = "JobNetworkConfiguration"

name

name: string = "Composite"

onAllTasksComplete

onAllTasksComplete: object

serializedName

serializedName: string = "onAllTasksComplete"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","terminatejob"]

name

name: string = "Enum"

onTaskFailure

onTaskFailure: object

serializedName

serializedName: string = "onTaskFailure"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","performexitoptionsjobaction"]

name

name: string = "Enum"

poolInfo

poolInfo: object

defaultValue

defaultValue: object

Type declaration

required

required: boolean = true

serializedName

serializedName: string = "poolInfo"

type

type: object

className

className: string = "PoolInformation"

name

name: string = "Composite"

priority

priority: object

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

usesTaskDependencies

usesTaskDependencies: object

serializedName

serializedName: string = "usesTaskDependencies"

type

type: object

name

name: string = "Boolean"

Const JobStatistics

JobStatistics: object

serializedName

serializedName: string = "JobStatistics"

type

type: object

className

className: string = "JobStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

kernelCPUTime

kernelCPUTime: object

required

required: boolean = true

serializedName

serializedName: string = "kernelCPUTime"

type

type: object

name

name: string = "TimeSpan"

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

numFailedTasks

numFailedTasks: object

required

required: boolean = true

serializedName

serializedName: string = "numFailedTasks"

type

type: object

name

name: string = "Number"

numSucceededTasks

numSucceededTasks: object

required

required: boolean = true

serializedName

serializedName: string = "numSucceededTasks"

type

type: object

name

name: string = "Number"

numTaskRetries

numTaskRetries: object

required

required: boolean = true

serializedName

serializedName: string = "numTaskRetries"

type

type: object

name

name: string = "Number"

readIOGiB

readIOGiB: object

required

required: boolean = true

serializedName

serializedName: string = "readIOGiB"

type

type: object

name

name: string = "Number"

readIOps

readIOps: object

required

required: boolean = true

serializedName

serializedName: string = "readIOps"

type

type: object

name

name: string = "Number"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

url

url: object

required

required: boolean = true

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

userCPUTime

userCPUTime: object

required

required: boolean = true

serializedName

serializedName: string = "userCPUTime"

type

type: object

name

name: string = "TimeSpan"

waitTime

waitTime: object

required

required: boolean = true

serializedName

serializedName: string = "waitTime"

type

type: object

name

name: string = "TimeSpan"

wallClockTime

wallClockTime: object

required

required: boolean = true

serializedName

serializedName: string = "wallClockTime"

type

type: object

name

name: string = "TimeSpan"

writeIOGiB

writeIOGiB: object

required

required: boolean = true

serializedName

serializedName: string = "writeIOGiB"

type

type: object

name

name: string = "Number"

writeIOps

writeIOps: object

required

required: boolean = true

serializedName

serializedName: string = "writeIOps"

type

type: object

name

name: string = "Number"

Const JobTerminateHeaders

JobTerminateHeaders: object

serializedName

serializedName: string = "job-terminate-headers"

type

type: object

className

className: string = "JobTerminateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobTerminateOptions

JobTerminateOptions: object

type

type: object

className

className: string = "JobTerminateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobTerminateParameter

JobTerminateParameter: object

serializedName

serializedName: string = "JobTerminateParameter"

type

type: object

className

className: string = "JobTerminateParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

terminateReason

terminateReason: object

serializedName

serializedName: string = "terminateReason"

type

type: object

name

name: string = "String"

Const JobUpdateHeaders

JobUpdateHeaders: object

serializedName

serializedName: string = "job-update-headers"

type

type: object

className

className: string = "JobUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const JobUpdateOptions

JobUpdateOptions: object

type

type: object

className

className: string = "JobUpdateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const JobUpdateParameter

JobUpdateParameter: object

serializedName

serializedName: string = "JobUpdateParameter"

type

type: object

className

className: string = "JobUpdateParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "JobConstraints"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

onAllTasksComplete

onAllTasksComplete: object

serializedName

serializedName: string = "onAllTasksComplete"

type

type: object

allowedValues

allowedValues: string[] = ["noaction","terminatejob"]

name

name: string = "Enum"

poolInfo

poolInfo: object

defaultValue

defaultValue: object

Type declaration

required

required: boolean = true

serializedName

serializedName: string = "poolInfo"

type

type: object

className

className: string = "PoolInformation"

name

name: string = "Composite"

priority

priority: object

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

Const LinuxUserConfiguration

LinuxUserConfiguration: object

serializedName

serializedName: string = "LinuxUserConfiguration"

type

type: object

className

className: string = "LinuxUserConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

gid

gid: object

serializedName

serializedName: string = "gid"

type

type: object

name

name: string = "Number"

sshPrivateKey

sshPrivateKey: object

serializedName

serializedName: string = "sshPrivateKey"

type

type: object

name

name: string = "String"

uid

uid: object

serializedName

serializedName: string = "uid"

type

type: object

name

name: string = "Number"

Const MetadataItem

MetadataItem: object

serializedName

serializedName: string = "MetadataItem"

type

type: object

className

className: string = "MetadataItem"

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"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const MultiInstanceSettings

MultiInstanceSettings: object

serializedName

serializedName: string = "MultiInstanceSettings"

type

type: object

className

className: string = "MultiInstanceSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

commonResourceFiles

commonResourceFiles: object

serializedName

serializedName: string = "commonResourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

coordinationCommandLine

coordinationCommandLine: object

required

required: boolean = true

serializedName

serializedName: string = "coordinationCommandLine"

type

type: object

name

name: string = "String"

numberOfInstances

numberOfInstances: object

serializedName

serializedName: string = "numberOfInstances"

type

type: object

name

name: string = "Number"

Const NameValuePair

NameValuePair: object

serializedName

serializedName: string = "NameValuePair"

type

type: object

className

className: string = "NameValuePair"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const NetworkConfiguration

NetworkConfiguration: object

serializedName

serializedName: string = "NetworkConfiguration"

type

type: object

className

className: string = "NetworkConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

dynamicVNetAssignmentScope

dynamicVNetAssignmentScope: object

serializedName

serializedName: string = "dynamicVNetAssignmentScope"

type

type: object

allowedValues

allowedValues: string[] = ["none","job"]

name

name: string = "Enum"

endpointConfiguration

endpointConfiguration: object

serializedName

serializedName: string = "endpointConfiguration"

type

type: object

className

className: string = "PoolEndpointConfiguration"

name

name: string = "Composite"

subnetId

subnetId: object

serializedName

serializedName: string = "subnetId"

type

type: object

name

name: string = "String"

Const NetworkSecurityGroupRule

NetworkSecurityGroupRule: object

serializedName

serializedName: string = "NetworkSecurityGroupRule"

type

type: object

className

className: string = "NetworkSecurityGroupRule"

name

name: string = "Composite"

modelProperties

modelProperties: object

access

access: object

required

required: boolean = true

serializedName

serializedName: string = "access"

type

type: object

allowedValues

allowedValues: string[] = ["allow","deny"]

name

name: string = "Enum"

priority

priority: object

required

required: boolean = true

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

sourceAddressPrefix

sourceAddressPrefix: object

required

required: boolean = true

serializedName

serializedName: string = "sourceAddressPrefix"

type

type: object

name

name: string = "String"

Const NodeAgentInformation

NodeAgentInformation: object

serializedName

serializedName: string = "NodeAgentInformation"

type

type: object

className

className: string = "NodeAgentInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

version

version: object

required

required: boolean = true

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const NodeAgentSku

NodeAgentSku: object

serializedName

serializedName: string = "NodeAgentSku"

type

type: object

className

className: string = "NodeAgentSku"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

osType

osType: object

serializedName

serializedName: string = "osType"

type

type: object

allowedValues

allowedValues: string[] = ["linux","windows"]

name

name: string = "Enum"

verifiedImageReferences

verifiedImageReferences: object

serializedName

serializedName: string = "verifiedImageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ImageReference"

name

name: string = "Composite"

Const NodeCounts

NodeCounts: object

serializedName

serializedName: string = "NodeCounts"

type

type: object

className

className: string = "NodeCounts"

name

name: string = "Composite"

modelProperties

modelProperties: object

creating

creating: object

required

required: boolean = true

serializedName

serializedName: string = "creating"

type

type: object

name

name: string = "Number"

idle

idle: object

required

required: boolean = true

serializedName

serializedName: string = "idle"

type

type: object

name

name: string = "Number"

leavingPool

leavingPool: object

required

required: boolean = true

serializedName

serializedName: string = "leavingPool"

type

type: object

name

name: string = "Number"

offline

offline: object

required

required: boolean = true

serializedName

serializedName: string = "offline"

type

type: object

name

name: string = "Number"

preempted

preempted: object

required

required: boolean = true

serializedName

serializedName: string = "preempted"

type

type: object

name

name: string = "Number"

rebooting

rebooting: object

required

required: boolean = true

serializedName

serializedName: string = "rebooting"

type

type: object

name

name: string = "Number"

reimaging

reimaging: object

required

required: boolean = true

serializedName

serializedName: string = "reimaging"

type

type: object

name

name: string = "Number"

running

running: object

required

required: boolean = true

serializedName

serializedName: string = "running"

type

type: object

name

name: string = "Number"

startTaskFailed

startTaskFailed: object

required

required: boolean = true

serializedName

serializedName: string = "startTaskFailed"

type

type: object

name

name: string = "Number"

starting

starting: object

required

required: boolean = true

serializedName

serializedName: string = "starting"

type

type: object

name

name: string = "Number"

total

total: object

required

required: boolean = true

serializedName

serializedName: string = "total"

type

type: object

name

name: string = "Number"

unknown

unknown: object

required

required: boolean = true

serializedName

serializedName: string = "unknown"

type

type: object

name

name: string = "Number"

unusable

unusable: object

required

required: boolean = true

serializedName

serializedName: string = "unusable"

type

type: object

name

name: string = "Number"

waitingForStartTask

waitingForStartTask: object

required

required: boolean = true

serializedName

serializedName: string = "waitingForStartTask"

type

type: object

name

name: string = "Number"

Const NodeDisableSchedulingParameter

NodeDisableSchedulingParameter: object

serializedName

serializedName: string = "NodeDisableSchedulingParameter"

type

type: object

className

className: string = "NodeDisableSchedulingParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeDisableSchedulingOption

nodeDisableSchedulingOption: object

serializedName

serializedName: string = "nodeDisableSchedulingOption"

type

type: object

allowedValues

allowedValues: string[] = ["requeue","terminate","taskcompletion"]

name

name: string = "Enum"

Const NodeFile

NodeFile: object

serializedName

serializedName: string = "NodeFile"

type

type: object

className

className: string = "NodeFile"

name

name: string = "Composite"

modelProperties

modelProperties: object

isDirectory

isDirectory: object

serializedName

serializedName: string = "isDirectory"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "FileProperties"

name

name: string = "Composite"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

Const NodeFileListResult

NodeFileListResult: object

serializedName

serializedName: string = "NodeFileListResult"

type

type: object

className

className: string = "NodeFileListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "NodeFile"

name

name: string = "Composite"

Const NodeRebootParameter

NodeRebootParameter: object

serializedName

serializedName: string = "NodeRebootParameter"

type

type: object

className

className: string = "NodeRebootParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeRebootOption

nodeRebootOption: object

serializedName

serializedName: string = "nodeRebootOption"

type

type: object

allowedValues

allowedValues: string[] = ["requeue","terminate","taskcompletion","retaineddata"]

name

name: string = "Enum"

Const NodeReimageParameter

NodeReimageParameter: object

serializedName

serializedName: string = "NodeReimageParameter"

type

type: object

className

className: string = "NodeReimageParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeReimageOption

nodeReimageOption: object

serializedName

serializedName: string = "nodeReimageOption"

type

type: object

allowedValues

allowedValues: string[] = ["requeue","terminate","taskcompletion","retaineddata"]

name

name: string = "Enum"

Const NodeRemoveParameter

NodeRemoveParameter: object

serializedName

serializedName: string = "NodeRemoveParameter"

type

type: object

className

className: string = "NodeRemoveParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeDeallocationOption

nodeDeallocationOption: object

serializedName

serializedName: string = "nodeDeallocationOption"

type

type: object

allowedValues

allowedValues: string[] = ["requeue","terminate","taskcompletion","retaineddata"]

name

name: string = "Enum"

nodeList

nodeList: object

required

required: boolean = true

serializedName

serializedName: string = "nodeList"

constraints

constraints: object

MaxItems

MaxItems: number = 100

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

resizeTimeout

resizeTimeout: object

serializedName

serializedName: string = "resizeTimeout"

type

type: object

name

name: string = "TimeSpan"

Const NodeUpdateUserParameter

NodeUpdateUserParameter: object

serializedName

serializedName: string = "NodeUpdateUserParameter"

type

type: object

className

className: string = "NodeUpdateUserParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

expiryTime

expiryTime: object

serializedName

serializedName: string = "expiryTime"

type

type: object

name

name: string = "DateTime"

password

password: object

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

sshPublicKey

sshPublicKey: object

serializedName

serializedName: string = "sshPublicKey"

type

type: object

name

name: string = "String"

Const OutputFile

OutputFile: object

serializedName

serializedName: string = "OutputFile"

type

type: object

className

className: string = "OutputFile"

name

name: string = "Composite"

modelProperties

modelProperties: object

destination

destination: object

required

required: boolean = true

serializedName

serializedName: string = "destination"

type

type: object

className

className: string = "OutputFileDestination"

name

name: string = "Composite"

filePattern

filePattern: object

required

required: boolean = true

serializedName

serializedName: string = "filePattern"

type

type: object

name

name: string = "String"

uploadOptions

uploadOptions: object

required

required: boolean = true

serializedName

serializedName: string = "uploadOptions"

type

type: object

className

className: string = "OutputFileUploadOptions"

name

name: string = "Composite"

Const OutputFileBlobContainerDestination

OutputFileBlobContainerDestination: object

serializedName

serializedName: string = "OutputFileBlobContainerDestination"

type

type: object

className

className: string = "OutputFileBlobContainerDestination"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerUrl

containerUrl: object

required

required: boolean = true

serializedName

serializedName: string = "containerUrl"

type

type: object

name

name: string = "String"

path

path: object

serializedName

serializedName: string = "path"

type

type: object

name

name: string = "String"

Const OutputFileDestination

OutputFileDestination: object

serializedName

serializedName: string = "OutputFileDestination"

type

type: object

className

className: string = "OutputFileDestination"

name

name: string = "Composite"

modelProperties

modelProperties: object

container

container: object

serializedName

serializedName: string = "container"

type

type: object

className

className: string = "OutputFileBlobContainerDestination"

name

name: string = "Composite"

Const OutputFileUploadOptions

OutputFileUploadOptions: object

serializedName

serializedName: string = "OutputFileUploadOptions"

type

type: object

className

className: string = "OutputFileUploadOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

uploadCondition

uploadCondition: object

required

required: boolean = true

serializedName

serializedName: string = "uploadCondition"

type

type: object

allowedValues

allowedValues: string[] = ["tasksuccess","taskfailure","taskcompletion"]

name

name: string = "Enum"

Const PoolAddHeaders

PoolAddHeaders: object

serializedName

serializedName: string = "pool-add-headers"

type

type: object

className

className: string = "PoolAddHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolAddOptions

PoolAddOptions: object

type

type: object

className

className: string = "PoolAddOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolAddParameter

PoolAddParameter: object

serializedName

serializedName: string = "PoolAddParameter"

type

type: object

className

className: string = "PoolAddParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationLicenses

applicationLicenses: object

serializedName

serializedName: string = "applicationLicenses"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

autoScaleEvaluationInterval

autoScaleEvaluationInterval: object

serializedName

serializedName: string = "autoScaleEvaluationInterval"

type

type: object

name

name: string = "TimeSpan"

autoScaleFormula

autoScaleFormula: object

serializedName

serializedName: string = "autoScaleFormula"

type

type: object

name

name: string = "String"

certificateReferences

certificateReferences: object

serializedName

serializedName: string = "certificateReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

cloudServiceConfiguration

cloudServiceConfiguration: object

serializedName

serializedName: string = "cloudServiceConfiguration"

type

type: object

className

className: string = "CloudServiceConfiguration"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

enableAutoScale

enableAutoScale: object

serializedName

serializedName: string = "enableAutoScale"

type

type: object

name

name: string = "Boolean"

enableInterNodeCommunication

enableInterNodeCommunication: object

serializedName

serializedName: string = "enableInterNodeCommunication"

type

type: object

name

name: string = "Boolean"

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

maxTasksPerNode

maxTasksPerNode: object

serializedName

serializedName: string = "maxTasksPerNode"

type

type: object

name

name: string = "Number"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

networkConfiguration

networkConfiguration: object

serializedName

serializedName: string = "networkConfiguration"

type

type: object

className

className: string = "NetworkConfiguration"

name

name: string = "Composite"

resizeTimeout

resizeTimeout: object

serializedName

serializedName: string = "resizeTimeout"

type

type: object

name

name: string = "TimeSpan"

startTask

startTask: object

serializedName

serializedName: string = "startTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

targetDedicatedNodes

targetDedicatedNodes: object

serializedName

serializedName: string = "targetDedicatedNodes"

type

type: object

name

name: string = "Number"

targetLowPriorityNodes

targetLowPriorityNodes: object

serializedName

serializedName: string = "targetLowPriorityNodes"

type

type: object

name

name: string = "Number"

taskSchedulingPolicy

taskSchedulingPolicy: object

serializedName

serializedName: string = "taskSchedulingPolicy"

type

type: object

className

className: string = "TaskSchedulingPolicy"

name

name: string = "Composite"

userAccounts

userAccounts: object

serializedName

serializedName: string = "userAccounts"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "UserAccount"

name

name: string = "Composite"

virtualMachineConfiguration

virtualMachineConfiguration: object

serializedName

serializedName: string = "virtualMachineConfiguration"

type

type: object

className

className: string = "VirtualMachineConfiguration"

name

name: string = "Composite"

vmSize

vmSize: object

required

required: boolean = true

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const PoolDeleteHeaders

PoolDeleteHeaders: object

serializedName

serializedName: string = "pool-delete-headers"

type

type: object

className

className: string = "PoolDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const PoolDeleteMethodOptions

PoolDeleteMethodOptions: object

type

type: object

className

className: string = "PoolDeleteMethodOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolDisableAutoScaleHeaders

PoolDisableAutoScaleHeaders: object

serializedName

serializedName: string = "pool-disableautoscale-headers"

type

type: object

className

className: string = "PoolDisableAutoScaleHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolDisableAutoScaleOptions

PoolDisableAutoScaleOptions: object

type

type: object

className

className: string = "PoolDisableAutoScaleOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolEnableAutoScaleHeaders

PoolEnableAutoScaleHeaders: object

serializedName

serializedName: string = "pool-enableautoscale-headers"

type

type: object

className

className: string = "PoolEnableAutoScaleHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolEnableAutoScaleOptions

PoolEnableAutoScaleOptions: object

type

type: object

className

className: string = "PoolEnableAutoScaleOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolEnableAutoScaleParameter

PoolEnableAutoScaleParameter: object

serializedName

serializedName: string = "PoolEnableAutoScaleParameter"

type

type: object

className

className: string = "PoolEnableAutoScaleParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoScaleEvaluationInterval

autoScaleEvaluationInterval: object

serializedName

serializedName: string = "autoScaleEvaluationInterval"

type

type: object

name

name: string = "TimeSpan"

autoScaleFormula

autoScaleFormula: object

serializedName

serializedName: string = "autoScaleFormula"

type

type: object

name

name: string = "String"

Const PoolEndpointConfiguration

PoolEndpointConfiguration: object

serializedName

serializedName: string = "PoolEndpointConfiguration"

type

type: object

className

className: string = "PoolEndpointConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

inboundNATPools

inboundNATPools: object

required

required: boolean = true

serializedName

serializedName: string = "inboundNATPools"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "InboundNATPool"

name

name: string = "Composite"

Const PoolEvaluateAutoScaleHeaders

PoolEvaluateAutoScaleHeaders: object

serializedName

serializedName: string = "pool-evaluateautoscale-headers"

type

type: object

className

className: string = "PoolEvaluateAutoScaleHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolEvaluateAutoScaleOptions

PoolEvaluateAutoScaleOptions: object

type

type: object

className

className: string = "PoolEvaluateAutoScaleOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolEvaluateAutoScaleParameter

PoolEvaluateAutoScaleParameter: object

serializedName

serializedName: string = "PoolEvaluateAutoScaleParameter"

type

type: object

className

className: string = "PoolEvaluateAutoScaleParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoScaleFormula

autoScaleFormula: object

required

required: boolean = true

serializedName

serializedName: string = "autoScaleFormula"

type

type: object

name

name: string = "String"

Const PoolExistsHeaders

PoolExistsHeaders: object

serializedName

serializedName: string = "pool-exists-headers"

type

type: object

className

className: string = "PoolExistsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolExistsOptions

PoolExistsOptions: object

type

type: object

className

className: string = "PoolExistsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolGetAllLifetimeStatisticsHeaders

PoolGetAllLifetimeStatisticsHeaders: object

serializedName

serializedName: string = "pool-getalllifetimestatistics-headers"

type

type: object

className

className: string = "PoolGetAllLifetimeStatisticsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolGetAllLifetimeStatisticsOptions

PoolGetAllLifetimeStatisticsOptions: object

type

type: object

className

className: string = "PoolGetAllLifetimeStatisticsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolGetHeaders

PoolGetHeaders: object

serializedName

serializedName: string = "pool-get-headers"

type

type: object

className

className: string = "PoolGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTagHeader

eTagHeader: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModifiedHeader

lastModifiedHeader: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolGetOptions

PoolGetOptions: object

type

type: object

className

className: string = "PoolGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolInformation

PoolInformation: object

serializedName

serializedName: string = "PoolInformation"

type

type: object

className

className: string = "PoolInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoPoolSpecification

autoPoolSpecification: object

serializedName

serializedName: string = "autoPoolSpecification"

type

type: object

className

className: string = "AutoPoolSpecification"

name

name: string = "Composite"

poolId

poolId: object

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

Const PoolListHeaders

PoolListHeaders: object

serializedName

serializedName: string = "pool-list-headers"

type

type: object

className

className: string = "PoolListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolListNextOptions

PoolListNextOptions: object

type

type: object

className

className: string = "PoolListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const PoolListOptions

PoolListOptions: object

type

type: object

className

className: string = "PoolListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolListUsageMetricsHeaders

PoolListUsageMetricsHeaders: object

serializedName

serializedName: string = "pool-listusagemetrics-headers"

type

type: object

className

className: string = "PoolListUsageMetricsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolListUsageMetricsNextOptions

PoolListUsageMetricsNextOptions: object

type

type: object

className

className: string = "PoolListUsageMetricsNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const PoolListUsageMetricsOptions

PoolListUsageMetricsOptions: object

type

type: object

className

className: string = "PoolListUsageMetricsOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

endTime

endTime: object

type

type: object

name

name: string = "DateTime"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

startTime

startTime: object

type

type: object

name

name: string = "DateTime"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolListUsageMetricsResult

PoolListUsageMetricsResult: object

serializedName

serializedName: string = "PoolListUsageMetricsResult"

type

type: object

className

className: string = "PoolListUsageMetricsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PoolUsageMetrics"

name

name: string = "Composite"

Const PoolNodeCounts

PoolNodeCounts: object

serializedName

serializedName: string = "PoolNodeCounts"

type

type: object

className

className: string = "PoolNodeCounts"

name

name: string = "Composite"

modelProperties

modelProperties: object

dedicated

dedicated: object

serializedName

serializedName: string = "dedicated"

type

type: object

className

className: string = "NodeCounts"

name

name: string = "Composite"

lowPriority

lowPriority: object

serializedName

serializedName: string = "lowPriority"

type

type: object

className

className: string = "NodeCounts"

name

name: string = "Composite"

poolId

poolId: object

required

required: boolean = true

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

Const PoolNodeCountsListResult

PoolNodeCountsListResult: object

serializedName

serializedName: string = "PoolNodeCountsListResult"

type

type: object

className

className: string = "PoolNodeCountsListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odatanextLink

odatanextLink: object

serializedName

serializedName: string = "odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PoolNodeCounts"

name

name: string = "Composite"

Const PoolPatchHeaders

PoolPatchHeaders: object

serializedName

serializedName: string = "pool-patch-headers"

type

type: object

className

className: string = "PoolPatchHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolPatchOptions

PoolPatchOptions: object

type

type: object

className

className: string = "PoolPatchOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolPatchParameter

PoolPatchParameter: object

serializedName

serializedName: string = "PoolPatchParameter"

type

type: object

className

className: string = "PoolPatchParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

certificateReferences

certificateReferences: object

serializedName

serializedName: string = "certificateReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

startTask

startTask: object

serializedName

serializedName: string = "startTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

Const PoolRemoveNodesHeaders

PoolRemoveNodesHeaders: object

serializedName

serializedName: string = "pool-removenodes-headers"

type

type: object

className

className: string = "PoolRemoveNodesHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolRemoveNodesOptions

PoolRemoveNodesOptions: object

type

type: object

className

className: string = "PoolRemoveNodesOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolResizeHeaders

PoolResizeHeaders: object

serializedName

serializedName: string = "pool-resize-headers"

type

type: object

className

className: string = "PoolResizeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolResizeOptions

PoolResizeOptions: object

type

type: object

className

className: string = "PoolResizeOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolResizeParameter

PoolResizeParameter: object

serializedName

serializedName: string = "PoolResizeParameter"

type

type: object

className

className: string = "PoolResizeParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeDeallocationOption

nodeDeallocationOption: object

serializedName

serializedName: string = "nodeDeallocationOption"

type

type: object

allowedValues

allowedValues: string[] = ["requeue","terminate","taskcompletion","retaineddata"]

name

name: string = "Enum"

resizeTimeout

resizeTimeout: object

serializedName

serializedName: string = "resizeTimeout"

type

type: object

name

name: string = "TimeSpan"

targetDedicatedNodes

targetDedicatedNodes: object

serializedName

serializedName: string = "targetDedicatedNodes"

type

type: object

name

name: string = "Number"

targetLowPriorityNodes

targetLowPriorityNodes: object

serializedName

serializedName: string = "targetLowPriorityNodes"

type

type: object

name

name: string = "Number"

Const PoolSpecification

PoolSpecification: object

serializedName

serializedName: string = "PoolSpecification"

type

type: object

className

className: string = "PoolSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationLicenses

applicationLicenses: object

serializedName

serializedName: string = "applicationLicenses"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

autoScaleEvaluationInterval

autoScaleEvaluationInterval: object

serializedName

serializedName: string = "autoScaleEvaluationInterval"

type

type: object

name

name: string = "TimeSpan"

autoScaleFormula

autoScaleFormula: object

serializedName

serializedName: string = "autoScaleFormula"

type

type: object

name

name: string = "String"

certificateReferences

certificateReferences: object

serializedName

serializedName: string = "certificateReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

cloudServiceConfiguration

cloudServiceConfiguration: object

serializedName

serializedName: string = "cloudServiceConfiguration"

type

type: object

className

className: string = "CloudServiceConfiguration"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

enableAutoScale

enableAutoScale: object

serializedName

serializedName: string = "enableAutoScale"

type

type: object

name

name: string = "Boolean"

enableInterNodeCommunication

enableInterNodeCommunication: object

serializedName

serializedName: string = "enableInterNodeCommunication"

type

type: object

name

name: string = "Boolean"

maxTasksPerNode

maxTasksPerNode: object

serializedName

serializedName: string = "maxTasksPerNode"

type

type: object

name

name: string = "Number"

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

networkConfiguration

networkConfiguration: object

serializedName

serializedName: string = "networkConfiguration"

type

type: object

className

className: string = "NetworkConfiguration"

name

name: string = "Composite"

resizeTimeout

resizeTimeout: object

serializedName

serializedName: string = "resizeTimeout"

type

type: object

name

name: string = "TimeSpan"

startTask

startTask: object

serializedName

serializedName: string = "startTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

targetDedicatedNodes

targetDedicatedNodes: object

serializedName

serializedName: string = "targetDedicatedNodes"

type

type: object

name

name: string = "Number"

targetLowPriorityNodes

targetLowPriorityNodes: object

serializedName

serializedName: string = "targetLowPriorityNodes"

type

type: object

name

name: string = "Number"

taskSchedulingPolicy

taskSchedulingPolicy: object

serializedName

serializedName: string = "taskSchedulingPolicy"

type

type: object

className

className: string = "TaskSchedulingPolicy"

name

name: string = "Composite"

userAccounts

userAccounts: object

serializedName

serializedName: string = "userAccounts"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "UserAccount"

name

name: string = "Composite"

virtualMachineConfiguration

virtualMachineConfiguration: object

serializedName

serializedName: string = "virtualMachineConfiguration"

type

type: object

className

className: string = "VirtualMachineConfiguration"

name

name: string = "Composite"

vmSize

vmSize: object

required

required: boolean = true

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const PoolStatistics

PoolStatistics: object

serializedName

serializedName: string = "PoolStatistics"

type

type: object

className

className: string = "PoolStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

resourceStats

resourceStats: object

serializedName

serializedName: string = "resourceStats"

type

type: object

className

className: string = "ResourceStatistics"

name

name: string = "Composite"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

url

url: object

required

required: boolean = true

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

usageStats

usageStats: object

serializedName

serializedName: string = "usageStats"

type

type: object

className

className: string = "UsageStatistics"

name

name: string = "Composite"

Const PoolStopResizeHeaders

PoolStopResizeHeaders: object

serializedName

serializedName: string = "pool-stopresize-headers"

type

type: object

className

className: string = "PoolStopResizeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolStopResizeOptions

PoolStopResizeOptions: object

type

type: object

className

className: string = "PoolStopResizeOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolUpdatePropertiesHeaders

PoolUpdatePropertiesHeaders: object

serializedName

serializedName: string = "pool-updateproperties-headers"

type

type: object

className

className: string = "PoolUpdatePropertiesHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const PoolUpdatePropertiesOptions

PoolUpdatePropertiesOptions: object

type

type: object

className

className: string = "PoolUpdatePropertiesOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const PoolUpdatePropertiesParameter

PoolUpdatePropertiesParameter: object

serializedName

serializedName: string = "PoolUpdatePropertiesParameter"

type

type: object

className

className: string = "PoolUpdatePropertiesParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationPackageReferences

applicationPackageReferences: object

required

required: boolean = true

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

certificateReferences

certificateReferences: object

required

required: boolean = true

serializedName

serializedName: string = "certificateReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CertificateReference"

name

name: string = "Composite"

metadata

metadata: object

required

required: boolean = true

serializedName

serializedName: string = "metadata"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetadataItem"

name

name: string = "Composite"

startTask

startTask: object

serializedName

serializedName: string = "startTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

Const PoolUsageMetrics

PoolUsageMetrics: object

serializedName

serializedName: string = "PoolUsageMetrics"

type

type: object

className

className: string = "PoolUsageMetrics"

name

name: string = "Composite"

modelProperties

modelProperties: object

endTime

endTime: object

required

required: boolean = true

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

poolId

poolId: object

required

required: boolean = true

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

totalCoreHours

totalCoreHours: object

required

required: boolean = true

serializedName

serializedName: string = "totalCoreHours"

type

type: object

name

name: string = "Number"

vmSize

vmSize: object

required

required: boolean = true

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const RecentJob

RecentJob: object

serializedName

serializedName: string = "RecentJob"

type

type: object

className

className: string = "RecentJob"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

url

url: object

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

Const ResizeError

ResizeError: object

serializedName

serializedName: string = "ResizeError"

type

type: object

className

className: string = "ResizeError"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

serializedName

serializedName: string = "message"

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 = "NameValuePair"

name

name: string = "Composite"

Const ResourceFile

ResourceFile: object

serializedName

serializedName: string = "ResourceFile"

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoStorageContainerName

autoStorageContainerName: object

serializedName

serializedName: string = "autoStorageContainerName"

type

type: object

name

name: string = "String"

blobPrefix

blobPrefix: object

serializedName

serializedName: string = "blobPrefix"

type

type: object

name

name: string = "String"

fileMode

fileMode: object

serializedName

serializedName: string = "fileMode"

type

type: object

name

name: string = "String"

filePath

filePath: object

serializedName

serializedName: string = "filePath"

type

type: object

name

name: string = "String"

httpUrl

httpUrl: object

serializedName

serializedName: string = "httpUrl"

type

type: object

name

name: string = "String"

storageContainerUrl

storageContainerUrl: object

serializedName

serializedName: string = "storageContainerUrl"

type

type: object

name

name: string = "String"

Const ResourceStatistics

ResourceStatistics: object

serializedName

serializedName: string = "ResourceStatistics"

type

type: object

className

className: string = "ResourceStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

avgCPUPercentage

avgCPUPercentage: object

required

required: boolean = true

serializedName

serializedName: string = "avgCPUPercentage"

type

type: object

name

name: string = "Number"

avgDiskGiB

avgDiskGiB: object

required

required: boolean = true

serializedName

serializedName: string = "avgDiskGiB"

type

type: object

name

name: string = "Number"

avgMemoryGiB

avgMemoryGiB: object

required

required: boolean = true

serializedName

serializedName: string = "avgMemoryGiB"

type

type: object

name

name: string = "Number"

diskReadGiB

diskReadGiB: object

required

required: boolean = true

serializedName

serializedName: string = "diskReadGiB"

type

type: object

name

name: string = "Number"

diskReadIOps

diskReadIOps: object

required

required: boolean = true

serializedName

serializedName: string = "diskReadIOps"

type

type: object

name

name: string = "Number"

diskWriteGiB

diskWriteGiB: object

required

required: boolean = true

serializedName

serializedName: string = "diskWriteGiB"

type

type: object

name

name: string = "Number"

diskWriteIOps

diskWriteIOps: object

required

required: boolean = true

serializedName

serializedName: string = "diskWriteIOps"

type

type: object

name

name: string = "Number"

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

networkReadGiB

networkReadGiB: object

required

required: boolean = true

serializedName

serializedName: string = "networkReadGiB"

type

type: object

name

name: string = "Number"

networkWriteGiB

networkWriteGiB: object

required

required: boolean = true

serializedName

serializedName: string = "networkWriteGiB"

type

type: object

name

name: string = "Number"

peakDiskGiB

peakDiskGiB: object

required

required: boolean = true

serializedName

serializedName: string = "peakDiskGiB"

type

type: object

name

name: string = "Number"

peakMemoryGiB

peakMemoryGiB: object

required

required: boolean = true

serializedName

serializedName: string = "peakMemoryGiB"

type

type: object

name

name: string = "Number"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

Const Schedule

Schedule: object

serializedName

serializedName: string = "Schedule"

type

type: object

className

className: string = "Schedule"

name

name: string = "Composite"

modelProperties

modelProperties: object

doNotRunAfter

doNotRunAfter: object

serializedName

serializedName: string = "doNotRunAfter"

type

type: object

name

name: string = "DateTime"

doNotRunUntil

doNotRunUntil: object

serializedName

serializedName: string = "doNotRunUntil"

type

type: object

name

name: string = "DateTime"

recurrenceInterval

recurrenceInterval: object

serializedName

serializedName: string = "recurrenceInterval"

type

type: object

name

name: string = "TimeSpan"

startWindow

startWindow: object

serializedName

serializedName: string = "startWindow"

type

type: object

name

name: string = "TimeSpan"

Const StartTask

StartTask: object

serializedName

serializedName: string = "StartTask"

type

type: object

className

className: string = "StartTask"

name

name: string = "Composite"

modelProperties

modelProperties: object

commandLine

commandLine: object

required

required: boolean = true

serializedName

serializedName: string = "commandLine"

type

type: object

name

name: string = "String"

containerSettings

containerSettings: object

serializedName

serializedName: string = "containerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

environmentSettings

environmentSettings: object

serializedName

serializedName: string = "environmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

maxTaskRetryCount

maxTaskRetryCount: object

serializedName

serializedName: string = "maxTaskRetryCount"

type

type: object

name

name: string = "Number"

resourceFiles

resourceFiles: object

serializedName

serializedName: string = "resourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

userIdentity

userIdentity: object

serializedName

serializedName: string = "userIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

waitForSuccess

waitForSuccess: object

serializedName

serializedName: string = "waitForSuccess"

type

type: object

name

name: string = "Boolean"

Const StartTaskInformation

StartTaskInformation: object

serializedName

serializedName: string = "StartTaskInformation"

type

type: object

className

className: string = "StartTaskInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerInfo

containerInfo: object

serializedName

serializedName: string = "containerInfo"

type

type: object

className

className: string = "TaskContainerExecutionInformation"

name

name: string = "Composite"

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

exitCode

exitCode: object

serializedName

serializedName: string = "exitCode"

type

type: object

name

name: string = "Number"

failureInfo

failureInfo: object

serializedName

serializedName: string = "failureInfo"

type

type: object

className

className: string = "TaskFailureInformation"

name

name: string = "Composite"

lastRetryTime

lastRetryTime: object

serializedName

serializedName: string = "lastRetryTime"

type

type: object

name

name: string = "DateTime"

result

result: object

serializedName

serializedName: string = "result"

type

type: object

allowedValues

allowedValues: string[] = ["success","failure"]

name

name: string = "Enum"

retryCount

retryCount: object

required

required: boolean = true

serializedName

serializedName: string = "retryCount"

type

type: object

name

name: string = "Number"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

state

state: object

required

required: boolean = true

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["running","completed"]

name

name: string = "Enum"

Const SubtaskInformation

SubtaskInformation: object

serializedName

serializedName: string = "SubtaskInformation"

type

type: object

className

className: string = "SubtaskInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerInfo

containerInfo: object

serializedName

serializedName: string = "containerInfo"

type

type: object

className

className: string = "TaskContainerExecutionInformation"

name

name: string = "Composite"

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

exitCode

exitCode: object

serializedName

serializedName: string = "exitCode"

type

type: object

name

name: string = "Number"

failureInfo

failureInfo: object

serializedName

serializedName: string = "failureInfo"

type

type: object

className

className: string = "TaskFailureInformation"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "Number"

nodeInfo

nodeInfo: object

serializedName

serializedName: string = "nodeInfo"

type

type: object

className

className: string = "ComputeNodeInformation"

name

name: string = "Composite"

previousState

previousState: object

serializedName

serializedName: string = "previousState"

type

type: object

allowedValues

allowedValues: string[] = ["preparing","running","completed"]

name

name: string = "Enum"

previousStateTransitionTime

previousStateTransitionTime: object

serializedName

serializedName: string = "previousStateTransitionTime"

type

type: object

name

name: string = "DateTime"

result

result: object

serializedName

serializedName: string = "result"

type

type: object

allowedValues

allowedValues: string[] = ["success","failure"]

name

name: string = "Enum"

startTime

startTime: object

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

allowedValues

allowedValues: string[] = ["preparing","running","completed"]

name

name: string = "Enum"

stateTransitionTime

stateTransitionTime: object

serializedName

serializedName: string = "stateTransitionTime"

type

type: object

name

name: string = "DateTime"

Const TaskAddCollectionHeaders

TaskAddCollectionHeaders: object

serializedName

serializedName: string = "task-addcollection-headers"

type

type: object

className

className: string = "TaskAddCollectionHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const TaskAddCollectionOptions

TaskAddCollectionOptions: object

type

type: object

className

className: string = "TaskAddCollectionOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskAddCollectionParameter

TaskAddCollectionParameter: object

serializedName

serializedName: string = "TaskAddCollectionParameter"

type

type: object

className

className: string = "TaskAddCollectionParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

constraints

constraints: object

MaxItems

MaxItems: number = 100

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TaskAddParameter"

name

name: string = "Composite"

Const TaskAddCollectionResult

TaskAddCollectionResult: object

serializedName

serializedName: string = "TaskAddCollectionResult"

type

type: object

className

className: string = "TaskAddCollectionResult"

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 = "TaskAddResult"

name

name: string = "Composite"

Const TaskAddHeaders

TaskAddHeaders: object

serializedName

serializedName: string = "task-add-headers"

type

type: object

className

className: string = "TaskAddHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskAddOptions

TaskAddOptions: object

type

type: object

className

className: string = "TaskAddOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskAddParameter

TaskAddParameter: object

serializedName

serializedName: string = "TaskAddParameter"

type

type: object

className

className: string = "TaskAddParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

affinityInfo

affinityInfo: object

serializedName

serializedName: string = "affinityInfo"

type

type: object

className

className: string = "AffinityInformation"

name

name: string = "Composite"

applicationPackageReferences

applicationPackageReferences: object

serializedName

serializedName: string = "applicationPackageReferences"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ApplicationPackageReference"

name

name: string = "Composite"

authenticationTokenSettings

authenticationTokenSettings: object

serializedName

serializedName: string = "authenticationTokenSettings"

type

type: object

className

className: string = "AuthenticationTokenSettings"

name

name: string = "Composite"

commandLine

commandLine: object

required

required: boolean = true

serializedName

serializedName: string = "commandLine"

type

type: object

name

name: string = "String"

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "TaskConstraints"

name

name: string = "Composite"

containerSettings

containerSettings: object

serializedName

serializedName: string = "containerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

dependsOn

dependsOn: object

serializedName

serializedName: string = "dependsOn"

type

type: object

className

className: string = "TaskDependencies"

name

name: string = "Composite"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

environmentSettings

environmentSettings: object

serializedName

serializedName: string = "environmentSettings"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentSetting"

name

name: string = "Composite"

exitConditions

exitConditions: object

serializedName

serializedName: string = "exitConditions"

type

type: object

className

className: string = "ExitConditions"

name

name: string = "Composite"

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

multiInstanceSettings

multiInstanceSettings: object

serializedName

serializedName: string = "multiInstanceSettings"

type

type: object

className

className: string = "MultiInstanceSettings"

name

name: string = "Composite"

outputFiles

outputFiles: object

serializedName

serializedName: string = "outputFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OutputFile"

name

name: string = "Composite"

resourceFiles

resourceFiles: object

serializedName

serializedName: string = "resourceFiles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceFile"

name

name: string = "Composite"

userIdentity

userIdentity: object

serializedName

serializedName: string = "userIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

Const TaskAddResult

TaskAddResult: object

serializedName

serializedName: string = "TaskAddResult"

type

type: object

className

className: string = "TaskAddResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "BatchError"

name

name: string = "Composite"

lastModified

lastModified: object

serializedName

serializedName: string = "lastModified"

type

type: object

name

name: string = "DateTime"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

status

status: object

required

required: boolean = true

serializedName

serializedName: string = "status"

type

type: object

allowedValues

allowedValues: string[] = ["success","clienterror","servererror"]

name

name: string = "Enum"

taskId

taskId: object

required

required: boolean = true

serializedName

serializedName: string = "taskId"

type

type: object

name

name: string = "String"

Const TaskConstraints

TaskConstraints: object

serializedName

serializedName: string = "TaskConstraints"

type

type: object

className

className: string = "TaskConstraints"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxTaskRetryCount

maxTaskRetryCount: object

serializedName

serializedName: string = "maxTaskRetryCount"

type

type: object

name

name: string = "Number"

maxWallClockTime

maxWallClockTime: object

serializedName

serializedName: string = "maxWallClockTime"

type

type: object

name

name: string = "TimeSpan"

retentionTime

retentionTime: object

serializedName

serializedName: string = "retentionTime"

type

type: object

name

name: string = "TimeSpan"

Const TaskContainerExecutionInformation

TaskContainerExecutionInformation: object

serializedName

serializedName: string = "TaskContainerExecutionInformation"

type

type: object

className

className: string = "TaskContainerExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerId

containerId: object

serializedName

serializedName: string = "containerId"

type

type: object

name

name: string = "String"

error

error: object

serializedName

serializedName: string = "error"

type

type: object

name

name: string = "String"

state

state: object

serializedName

serializedName: string = "state"

type

type: object

name

name: string = "String"

Const TaskContainerSettings

TaskContainerSettings: object

serializedName

serializedName: string = "TaskContainerSettings"

type

type: object

className

className: string = "TaskContainerSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerRunOptions

containerRunOptions: object

serializedName

serializedName: string = "containerRunOptions"

type

type: object

name

name: string = "String"

imageName

imageName: object

required

required: boolean = true

serializedName

serializedName: string = "imageName"

type

type: object

name

name: string = "String"

registry

registry: object

serializedName

serializedName: string = "registry"

type

type: object

className

className: string = "ContainerRegistry"

name

name: string = "Composite"

Const TaskCounts

TaskCounts: object

serializedName

serializedName: string = "TaskCounts"

type

type: object

className

className: string = "TaskCounts"

name

name: string = "Composite"

modelProperties

modelProperties: object

active

active: object

required

required: boolean = true

serializedName

serializedName: string = "active"

type

type: object

name

name: string = "Number"

completed

completed: object

required

required: boolean = true

serializedName

serializedName: string = "completed"

type

type: object

name

name: string = "Number"

failed

failed: object

required

required: boolean = true

serializedName

serializedName: string = "failed"

type

type: object

name

name: string = "Number"

running

running: object

required

required: boolean = true

serializedName

serializedName: string = "running"

type

type: object

name

name: string = "Number"

succeeded

succeeded: object

required

required: boolean = true

serializedName

serializedName: string = "succeeded"

type

type: object

name

name: string = "Number"

Const TaskDeleteHeaders

TaskDeleteHeaders: object

serializedName

serializedName: string = "task-delete-headers"

type

type: object

className

className: string = "TaskDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "String"

Const TaskDeleteMethodOptions

TaskDeleteMethodOptions: object

type

type: object

className

className: string = "TaskDeleteMethodOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskDependencies

TaskDependencies: object

serializedName

serializedName: string = "TaskDependencies"

type

type: object

className

className: string = "TaskDependencies"

name

name: string = "Composite"

modelProperties

modelProperties: object

taskIdRanges

taskIdRanges: object

serializedName

serializedName: string = "taskIdRanges"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TaskIdRange"

name

name: string = "Composite"

taskIds

taskIds: object

serializedName

serializedName: string = "taskIds"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const TaskExecutionInformation

TaskExecutionInformation: object

serializedName

serializedName: string = "TaskExecutionInformation"

type

type: object

className

className: string = "TaskExecutionInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerInfo

containerInfo: object

serializedName

serializedName: string = "containerInfo"

type

type: object

className

className: string = "TaskContainerExecutionInformation"

name

name: string = "Composite"

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

exitCode

exitCode: object

serializedName

serializedName: string = "exitCode"

type

type: object

name

name: string = "Number"

failureInfo

failureInfo: object

serializedName

serializedName: string = "failureInfo"

type

type: object

className

className: string = "TaskFailureInformation"

name

name: string = "Composite"

lastRequeueTime

lastRequeueTime: object

serializedName

serializedName: string = "lastRequeueTime"

type

type: object

name

name: string = "DateTime"

lastRetryTime

lastRetryTime: object

serializedName

serializedName: string = "lastRetryTime"

type

type: object

name

name: string = "DateTime"

requeueCount

requeueCount: object

required

required: boolean = true

serializedName

serializedName: string = "requeueCount"

type

type: object

name

name: string = "Number"

result

result: object

serializedName

serializedName: string = "result"

type

type: object

allowedValues

allowedValues: string[] = ["success","failure"]

name

name: string = "Enum"

retryCount

retryCount: object

required

required: boolean = true

serializedName

serializedName: string = "retryCount"

type

type: object

name

name: string = "Number"

startTime

startTime: object

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

Const TaskFailureInformation

TaskFailureInformation: object

serializedName

serializedName: string = "TaskFailureInformation"

type

type: object

className

className: string = "TaskFailureInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

category

category: object

required

required: boolean = true

serializedName

serializedName: string = "category"

type

type: object

allowedValues

allowedValues: string[] = ["usererror","servererror"]

name

name: string = "Enum"

code

code: object

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 = "NameValuePair"

name

name: string = "Composite"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const TaskGetHeaders

TaskGetHeaders: object

serializedName

serializedName: string = "task-get-headers"

type

type: object

className

className: string = "TaskGetHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTagHeader

eTagHeader: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModifiedHeader

lastModifiedHeader: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskGetOptions

TaskGetOptions: object

type

type: object

className

className: string = "TaskGetOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskIdRange

TaskIdRange: object

serializedName

serializedName: string = "TaskIdRange"

type

type: object

className

className: string = "TaskIdRange"

name

name: string = "Composite"

modelProperties

modelProperties: object

end

end: object

required

required: boolean = true

serializedName

serializedName: string = "end"

type

type: object

name

name: string = "Number"

start

start: object

required

required: boolean = true

serializedName

serializedName: string = "start"

type

type: object

name

name: string = "Number"

Const TaskInformation

TaskInformation: object

serializedName

serializedName: string = "TaskInformation"

type

type: object

className

className: string = "TaskInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

executionInfo

executionInfo: object

serializedName

serializedName: string = "executionInfo"

type

type: object

className

className: string = "TaskExecutionInformation"

name

name: string = "Composite"

jobId

jobId: object

serializedName

serializedName: string = "jobId"

type

type: object

name

name: string = "String"

subtaskId

subtaskId: object

serializedName

serializedName: string = "subtaskId"

type

type: object

name

name: string = "Number"

taskId

taskId: object

serializedName

serializedName: string = "taskId"

type

type: object

name

name: string = "String"

taskState

taskState: object

required

required: boolean = true

serializedName

serializedName: string = "taskState"

type

type: object

allowedValues

allowedValues: string[] = ["active","preparing","running","completed"]

name

name: string = "Enum"

taskUrl

taskUrl: object

serializedName

serializedName: string = "taskUrl"

type

type: object

name

name: string = "String"

Const TaskListHeaders

TaskListHeaders: object

serializedName

serializedName: string = "task-list-headers"

type

type: object

className

className: string = "TaskListHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskListNextOptions

TaskListNextOptions: object

type

type: object

className

className: string = "TaskListNextOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

Const TaskListOptions

TaskListOptions: object

type

type: object

className

className: string = "TaskListOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

expand

expand: object

type

type: object

name

name: string = "String"

filter

filter: object

type

type: object

name

name: string = "String"

maxResults

maxResults: object

defaultValue

defaultValue: number = 1000

type

type: object

name

name: string = "Number"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskListSubtasksHeaders

TaskListSubtasksHeaders: object

serializedName

serializedName: string = "task-listsubtasks-headers"

type

type: object

className

className: string = "TaskListSubtasksHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskListSubtasksOptions

TaskListSubtasksOptions: object

type

type: object

className

className: string = "TaskListSubtasksOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

select

select: object

type

type: object

name

name: string = "String"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskReactivateHeaders

TaskReactivateHeaders: object

serializedName

serializedName: string = "task-reactivate-headers"

type

type: object

className

className: string = "TaskReactivateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskReactivateOptions

TaskReactivateOptions: object

type

type: object

className

className: string = "TaskReactivateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskSchedulingPolicy

TaskSchedulingPolicy: object

serializedName

serializedName: string = "TaskSchedulingPolicy"

type

type: object

className

className: string = "TaskSchedulingPolicy"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeFillType

nodeFillType: object

required

required: boolean = true

serializedName

serializedName: string = "nodeFillType"

type

type: object

allowedValues

allowedValues: string[] = ["spread","pack"]

name

name: string = "Enum"

Const TaskStatistics

TaskStatistics: object

serializedName

serializedName: string = "TaskStatistics"

type

type: object

className

className: string = "TaskStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

kernelCPUTime

kernelCPUTime: object

required

required: boolean = true

serializedName

serializedName: string = "kernelCPUTime"

type

type: object

name

name: string = "TimeSpan"

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

readIOGiB

readIOGiB: object

required

required: boolean = true

serializedName

serializedName: string = "readIOGiB"

type

type: object

name

name: string = "Number"

readIOps

readIOps: object

required

required: boolean = true

serializedName

serializedName: string = "readIOps"

type

type: object

name

name: string = "Number"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

url

url: object

required

required: boolean = true

serializedName

serializedName: string = "url"

type

type: object

name

name: string = "String"

userCPUTime

userCPUTime: object

required

required: boolean = true

serializedName

serializedName: string = "userCPUTime"

type

type: object

name

name: string = "TimeSpan"

waitTime

waitTime: object

required

required: boolean = true

serializedName

serializedName: string = "waitTime"

type

type: object

name

name: string = "TimeSpan"

wallClockTime

wallClockTime: object

required

required: boolean = true

serializedName

serializedName: string = "wallClockTime"

type

type: object

name

name: string = "TimeSpan"

writeIOGiB

writeIOGiB: object

required

required: boolean = true

serializedName

serializedName: string = "writeIOGiB"

type

type: object

name

name: string = "Number"

writeIOps

writeIOps: object

required

required: boolean = true

serializedName

serializedName: string = "writeIOps"

type

type: object

name

name: string = "Number"

Const TaskTerminateHeaders

TaskTerminateHeaders: object

serializedName

serializedName: string = "task-terminate-headers"

type

type: object

className

className: string = "TaskTerminateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskTerminateOptions

TaskTerminateOptions: object

type

type: object

className

className: string = "TaskTerminateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskUpdateHeaders

TaskUpdateHeaders: object

serializedName

serializedName: string = "task-update-headers"

type

type: object

className

className: string = "TaskUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

dataServiceId

dataServiceId: object

serializedName

serializedName: string = "dataserviceid"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "DateTimeRfc1123"

requestId

requestId: object

serializedName

serializedName: string = "request-id"

type

type: object

name

name: string = "Uuid"

Const TaskUpdateOptions

TaskUpdateOptions: object

type

type: object

className

className: string = "TaskUpdateOptions"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientRequestId

clientRequestId: object

type

type: object

name

name: string = "Uuid"

ifMatch

ifMatch: object

type

type: object

name

name: string = "String"

ifModifiedSince

ifModifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ifNoneMatch

ifNoneMatch: object

type

type: object

name

name: string = "String"

ifUnmodifiedSince

ifUnmodifiedSince: object

type

type: object

name

name: string = "DateTimeRfc1123"

ocpDate

ocpDate: object

type

type: object

name

name: string = "DateTimeRfc1123"

returnClientRequestId

returnClientRequestId: object

defaultValue

defaultValue: boolean = false

type

type: object

name

name: string = "Boolean"

timeout

timeout: object

defaultValue

defaultValue: number = 30

type

type: object

name

name: string = "Number"

Const TaskUpdateParameter

TaskUpdateParameter: object

serializedName

serializedName: string = "TaskUpdateParameter"

type

type: object

className

className: string = "TaskUpdateParameter"

name

name: string = "Composite"

modelProperties

modelProperties: object

constraints

constraints: object

serializedName

serializedName: string = "constraints"

type

type: object

className

className: string = "TaskConstraints"

name

name: string = "Composite"

Const UploadBatchServiceLogsConfiguration

UploadBatchServiceLogsConfiguration: object

serializedName

serializedName: string = "UploadBatchServiceLogsConfiguration"

type

type: object

className

className: string = "UploadBatchServiceLogsConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerUrl

containerUrl: object

required

required: boolean = true

serializedName

serializedName: string = "containerUrl"

type

type: object

name

name: string = "String"

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

Const UploadBatchServiceLogsResult

UploadBatchServiceLogsResult: object

serializedName

serializedName: string = "UploadBatchServiceLogsResult"

type

type: object

className

className: string = "UploadBatchServiceLogsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

numberOfFilesUploaded

numberOfFilesUploaded: object

required

required: boolean = true

serializedName

serializedName: string = "numberOfFilesUploaded"

type

type: object

name

name: string = "Number"

virtualDirectoryName

virtualDirectoryName: object

required

required: boolean = true

serializedName

serializedName: string = "virtualDirectoryName"

type

type: object

name

name: string = "String"

Const UsageStatistics

UsageStatistics: object

serializedName

serializedName: string = "UsageStatistics"

type

type: object

className

className: string = "UsageStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

dedicatedCoreTime

dedicatedCoreTime: object

required

required: boolean = true

serializedName

serializedName: string = "dedicatedCoreTime"

type

type: object

name

name: string = "TimeSpan"

lastUpdateTime

lastUpdateTime: object

required

required: boolean = true

serializedName

serializedName: string = "lastUpdateTime"

type

type: object

name

name: string = "DateTime"

startTime

startTime: object

required

required: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

Const UserAccount

UserAccount: object

serializedName

serializedName: string = "UserAccount"

type

type: object

className

className: string = "UserAccount"

name

name: string = "Composite"

modelProperties

modelProperties: object

elevationLevel

elevationLevel: object

serializedName

serializedName: string = "elevationLevel"

type

type: object

allowedValues

allowedValues: string[] = ["nonadmin","admin"]

name

name: string = "Enum"

linuxUserConfiguration

linuxUserConfiguration: object

serializedName

serializedName: string = "linuxUserConfiguration"

type

type: object

className

className: string = "LinuxUserConfiguration"

name

name: string = "Composite"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

password

password: object

required

required: boolean = true

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

windowsUserConfiguration

windowsUserConfiguration: object

serializedName

serializedName: string = "windowsUserConfiguration"

type

type: object

className

className: string = "WindowsUserConfiguration"

name

name: string = "Composite"

Const UserIdentity

UserIdentity: object

serializedName

serializedName: string = "UserIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoUser

autoUser: object

serializedName

serializedName: string = "autoUser"

type

type: object

className

className: string = "AutoUserSpecification"

name

name: string = "Composite"

userName

userName: object

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const VirtualMachineConfiguration

VirtualMachineConfiguration: object

serializedName

serializedName: string = "VirtualMachineConfiguration"

type

type: object

className

className: string = "VirtualMachineConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerConfiguration

containerConfiguration: object

serializedName

serializedName: string = "containerConfiguration"

type

type: object

className

className: string = "ContainerConfiguration"

name

name: string = "Composite"

dataDisks

dataDisks: object

serializedName

serializedName: string = "dataDisks"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DataDisk"

name

name: string = "Composite"

imageReference

imageReference: object

required

required: boolean = true

serializedName

serializedName: string = "imageReference"

type

type: object

className

className: string = "ImageReference"

name

name: string = "Composite"

licenseType

licenseType: object

serializedName

serializedName: string = "licenseType"

type

type: object

name

name: string = "String"

nodeAgentSKUId

nodeAgentSKUId: object

required

required: boolean = true

serializedName

serializedName: string = "nodeAgentSKUId"

type

type: object

name

name: string = "String"

windowsConfiguration

windowsConfiguration: object

serializedName

serializedName: string = "windowsConfiguration"

type

type: object

className

className: string = "WindowsConfiguration"

name

name: string = "Composite"

Const WindowsConfiguration

WindowsConfiguration: object

serializedName

serializedName: string = "WindowsConfiguration"

type

type: object

className

className: string = "WindowsConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

enableAutomaticUpdates

enableAutomaticUpdates: object

serializedName

serializedName: string = "enableAutomaticUpdates"

type

type: object

name

name: string = "Boolean"

Const WindowsUserConfiguration

WindowsUserConfiguration: object

serializedName

serializedName: string = "WindowsUserConfiguration"

type

type: object

className

className: string = "WindowsUserConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

loginMode

loginMode: object

serializedName

serializedName: string = "loginMode"

type

type: object

allowedValues

allowedValues: string[] = ["batch","interactive"]

name

name: string = "Enum"

Const acceptLanguage

acceptLanguage: object

parameterPath

parameterPath: string = "acceptLanguage"

mapper

mapper: object

defaultValue

defaultValue: string = "en-US"

serializedName

serializedName: string = "accept-language"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const applicationId

applicationId: object

parameterPath

parameterPath: string = "applicationId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "applicationId"

type

type: object

name

name: string = "String"

Const batchUrl

batchUrl: object

parameterPath

parameterPath: string = "batchUrl"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

defaultValue

defaultValue: string = ""

required

required: boolean = true

serializedName

serializedName: string = "batchUrl"

type

type: object

name

name: string = "String"

Const clientRequestId0

clientRequestId0: object

parameterPath

parameterPath: string[] = ["options","applicationListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId1

clientRequestId1: object

parameterPath

parameterPath: string[] = ["options","applicationGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId10

clientRequestId10: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId11

clientRequestId11: object

parameterPath

parameterPath: string[] = ["options","poolDisableAutoScaleOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId12

clientRequestId12: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId13

clientRequestId13: object

parameterPath

parameterPath: string[] = ["options","poolEvaluateAutoScaleOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId14

clientRequestId14: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId15

clientRequestId15: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId16

clientRequestId16: object

parameterPath

parameterPath: string[] = ["options","poolUpdatePropertiesOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId17

clientRequestId17: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId18

clientRequestId18: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId19

clientRequestId19: object

parameterPath

parameterPath: string[] = ["options","poolListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId2

clientRequestId2: object

parameterPath

parameterPath: string[] = ["options","applicationListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId20

clientRequestId20: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId21

clientRequestId21: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId22

clientRequestId22: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId23

clientRequestId23: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId24

clientRequestId24: object

parameterPath

parameterPath: string[] = ["options","jobGetAllLifetimeStatisticsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId25

clientRequestId25: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId26

clientRequestId26: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId27

clientRequestId27: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId28

clientRequestId28: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId29

clientRequestId29: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId3

clientRequestId3: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId30

clientRequestId30: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId31

clientRequestId31: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId32

clientRequestId32: object

parameterPath

parameterPath: string[] = ["options","jobAddOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId33

clientRequestId33: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId34

clientRequestId34: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId35

clientRequestId35: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId36

clientRequestId36: object

parameterPath

parameterPath: string[] = ["options","jobGetTaskCountsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId37

clientRequestId37: object

parameterPath

parameterPath: string[] = ["options","jobListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId38

clientRequestId38: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId39

clientRequestId39: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId4

clientRequestId4: object

parameterPath

parameterPath: string[] = ["options","poolGetAllLifetimeStatisticsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId40

clientRequestId40: object

parameterPath

parameterPath: string[] = ["options","certificateAddOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId41

clientRequestId41: object

parameterPath

parameterPath: string[] = ["options","certificateListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId42

clientRequestId42: object

parameterPath

parameterPath: string[] = ["options","certificateCancelDeletionOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId43

clientRequestId43: object

parameterPath

parameterPath: string[] = ["options","certificateDeleteMethodOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId44

clientRequestId44: object

parameterPath

parameterPath: string[] = ["options","certificateGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId45

clientRequestId45: object

parameterPath

parameterPath: string[] = ["options","certificateListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId46

clientRequestId46: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromTaskOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId47

clientRequestId47: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId48

clientRequestId48: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromTaskOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId49

clientRequestId49: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromComputeNodeOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId5

clientRequestId5: object

parameterPath

parameterPath: string[] = ["options","poolAddOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId50

clientRequestId50: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId51

clientRequestId51: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromComputeNodeOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId52

clientRequestId52: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId53

clientRequestId53: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId54

clientRequestId54: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId55

clientRequestId55: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId56

clientRequestId56: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId57

clientRequestId57: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId58

clientRequestId58: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId59

clientRequestId59: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId6

clientRequestId6: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId60

clientRequestId60: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId61

clientRequestId61: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId62

clientRequestId62: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId63

clientRequestId63: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId64

clientRequestId64: object

parameterPath

parameterPath: string[] = ["options","jobScheduleAddOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId65

clientRequestId65: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId66

clientRequestId66: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId67

clientRequestId67: object

parameterPath

parameterPath: string[] = ["options","taskAddOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId68

clientRequestId68: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId69

clientRequestId69: object

parameterPath

parameterPath: string[] = ["options","taskAddCollectionOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId7

clientRequestId7: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId70

clientRequestId70: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId71

clientRequestId71: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId72

clientRequestId72: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId73

clientRequestId73: object

parameterPath

parameterPath: string[] = ["options","taskListSubtasksOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId74

clientRequestId74: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId75

clientRequestId75: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId76

clientRequestId76: object

parameterPath

parameterPath: string[] = ["options","taskListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId77

clientRequestId77: object

parameterPath

parameterPath: string[] = ["options","computeNodeAddUserOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId78

clientRequestId78: object

parameterPath

parameterPath: string[] = ["options","computeNodeDeleteUserOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId79

clientRequestId79: object

parameterPath

parameterPath: string[] = ["options","computeNodeUpdateUserOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId8

clientRequestId8: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId80

clientRequestId80: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId81

clientRequestId81: object

parameterPath

parameterPath: string[] = ["options","computeNodeRebootOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId82

clientRequestId82: object

parameterPath

parameterPath: string[] = ["options","computeNodeReimageOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId83

clientRequestId83: object

parameterPath

parameterPath: string[] = ["options","computeNodeDisableSchedulingOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId84

clientRequestId84: object

parameterPath

parameterPath: string[] = ["options","computeNodeEnableSchedulingOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId85

clientRequestId85: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteLoginSettingsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId86

clientRequestId86: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteDesktopOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId87

clientRequestId87: object

parameterPath

parameterPath: string[] = ["options","computeNodeUploadBatchServiceLogsOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId88

clientRequestId88: object

parameterPath

parameterPath: string[] = ["options","computeNodeListOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId89

clientRequestId89: object

parameterPath

parameterPath: string[] = ["options","computeNodeListNextOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const clientRequestId9

clientRequestId9: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","clientRequestId"]

mapper

mapper: object

serializedName

serializedName: string = "client-request-id"

type

type: object

name

name: string = "Uuid"

Const endTime

endTime: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","endTime"]

mapper

mapper: object

serializedName

serializedName: string = "endtime"

type

type: object

name

name: string = "DateTime"

Const expand0

expand0: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand1

expand1: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand2

expand2: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand3

expand3: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand4

expand4: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand5

expand5: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand6

expand6: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand7

expand7: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand8

expand8: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const filePath

filePath: object

parameterPath

parameterPath: string = "filePath"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "filePath"

type

type: object

name

name: string = "String"

Const filter0

filter0: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter1

filter1: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter10

filter10: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter11

filter11: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter12

filter12: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter2

filter2: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter3

filter3: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter4

filter4: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter5

filter5: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter6

filter6: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter7

filter7: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter8

filter8: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const filter9

filter9: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const ifMatch0

ifMatch0: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch1

ifMatch1: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch10

ifMatch10: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch11

ifMatch11: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch12

ifMatch12: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch13

ifMatch13: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch14

ifMatch14: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch15

ifMatch15: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch16

ifMatch16: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch17

ifMatch17: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch18

ifMatch18: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch19

ifMatch19: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch2

ifMatch2: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch20

ifMatch20: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch21

ifMatch21: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch22

ifMatch22: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch23

ifMatch23: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch24

ifMatch24: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch25

ifMatch25: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch26

ifMatch26: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch27

ifMatch27: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch3

ifMatch3: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch4

ifMatch4: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch5

ifMatch5: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch6

ifMatch6: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch7

ifMatch7: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch8

ifMatch8: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifMatch9

ifMatch9: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifModifiedSince0

ifModifiedSince0: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince1

ifModifiedSince1: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince10

ifModifiedSince10: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince11

ifModifiedSince11: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince12

ifModifiedSince12: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince13

ifModifiedSince13: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince14

ifModifiedSince14: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince15

ifModifiedSince15: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince16

ifModifiedSince16: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromTaskOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince17

ifModifiedSince17: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince18

ifModifiedSince18: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromComputeNodeOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince19

ifModifiedSince19: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince2

ifModifiedSince2: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince20

ifModifiedSince20: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince21

ifModifiedSince21: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince22

ifModifiedSince22: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince23

ifModifiedSince23: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince24

ifModifiedSince24: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince25

ifModifiedSince25: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince26

ifModifiedSince26: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince27

ifModifiedSince27: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince28

ifModifiedSince28: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince29

ifModifiedSince29: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince3

ifModifiedSince3: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince30

ifModifiedSince30: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince31

ifModifiedSince31: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince4

ifModifiedSince4: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince5

ifModifiedSince5: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince6

ifModifiedSince6: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince7

ifModifiedSince7: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince8

ifModifiedSince8: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifModifiedSince9

ifModifiedSince9: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","ifModifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Modified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifNoneMatch0

ifNoneMatch0: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch1

ifNoneMatch1: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch10

ifNoneMatch10: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch11

ifNoneMatch11: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch12

ifNoneMatch12: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch13

ifNoneMatch13: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch14

ifNoneMatch14: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch15

ifNoneMatch15: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch16

ifNoneMatch16: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch17

ifNoneMatch17: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch18

ifNoneMatch18: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch19

ifNoneMatch19: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch2

ifNoneMatch2: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch20

ifNoneMatch20: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch21

ifNoneMatch21: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch22

ifNoneMatch22: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch23

ifNoneMatch23: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch24

ifNoneMatch24: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch25

ifNoneMatch25: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch26

ifNoneMatch26: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch27

ifNoneMatch27: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch3

ifNoneMatch3: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch4

ifNoneMatch4: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch5

ifNoneMatch5: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch6

ifNoneMatch6: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch7

ifNoneMatch7: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch8

ifNoneMatch8: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch9

ifNoneMatch9: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const ifUnmodifiedSince0

ifUnmodifiedSince0: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince1

ifUnmodifiedSince1: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince10

ifUnmodifiedSince10: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince11

ifUnmodifiedSince11: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince12

ifUnmodifiedSince12: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince13

ifUnmodifiedSince13: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince14

ifUnmodifiedSince14: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince15

ifUnmodifiedSince15: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince16

ifUnmodifiedSince16: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromTaskOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince17

ifUnmodifiedSince17: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince18

ifUnmodifiedSince18: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromComputeNodeOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince19

ifUnmodifiedSince19: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince2

ifUnmodifiedSince2: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince20

ifUnmodifiedSince20: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince21

ifUnmodifiedSince21: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince22

ifUnmodifiedSince22: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince23

ifUnmodifiedSince23: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince24

ifUnmodifiedSince24: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince25

ifUnmodifiedSince25: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince26

ifUnmodifiedSince26: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince27

ifUnmodifiedSince27: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince28

ifUnmodifiedSince28: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince29

ifUnmodifiedSince29: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince3

ifUnmodifiedSince3: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince30

ifUnmodifiedSince30: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince31

ifUnmodifiedSince31: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince4

ifUnmodifiedSince4: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince5

ifUnmodifiedSince5: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince6

ifUnmodifiedSince6: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince7

ifUnmodifiedSince7: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince8

ifUnmodifiedSince8: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ifUnmodifiedSince9

ifUnmodifiedSince9: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","ifUnmodifiedSince"]

mapper

mapper: object

serializedName

serializedName: string = "If-Unmodified-Since"

type

type: object

name

name: string = "DateTimeRfc1123"

Const jobId

jobId: object

parameterPath

parameterPath: string = "jobId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "jobId"

type

type: object

name

name: string = "String"

Const jobScheduleId

jobScheduleId: object

parameterPath

parameterPath: string = "jobScheduleId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "jobScheduleId"

type

type: object

name

name: string = "String"

Const maxResults0

maxResults0: object

parameterPath

parameterPath: string[] = ["options","applicationListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults1

maxResults1: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults10

maxResults10: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults11

maxResults11: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults12

maxResults12: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults13

maxResults13: object

parameterPath

parameterPath: string[] = ["options","computeNodeListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults2

maxResults2: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults3

maxResults3: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults4

maxResults4: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 10

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 10

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults5

maxResults5: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults6

maxResults6: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults7

maxResults7: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults8

maxResults8: object

parameterPath

parameterPath: string[] = ["options","certificateListOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const maxResults9

maxResults9: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskOptions","maxResults"]

mapper

mapper: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxresults"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 1000

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

Const nextPageLink

nextPageLink: object

parameterPath

parameterPath: string = "nextPageLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const nodeId

nodeId: object

parameterPath

parameterPath: string = "nodeId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nodeId"

type

type: object

name

name: string = "String"

Const ocpDate0

ocpDate0: object

parameterPath

parameterPath: string[] = ["options","applicationListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate1

ocpDate1: object

parameterPath

parameterPath: string[] = ["options","applicationGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate10

ocpDate10: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate11

ocpDate11: object

parameterPath

parameterPath: string[] = ["options","poolDisableAutoScaleOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate12

ocpDate12: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate13

ocpDate13: object

parameterPath

parameterPath: string[] = ["options","poolEvaluateAutoScaleOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate14

ocpDate14: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate15

ocpDate15: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate16

ocpDate16: object

parameterPath

parameterPath: string[] = ["options","poolUpdatePropertiesOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate17

ocpDate17: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate18

ocpDate18: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate19

ocpDate19: object

parameterPath

parameterPath: string[] = ["options","poolListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate2

ocpDate2: object

parameterPath

parameterPath: string[] = ["options","applicationListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate20

ocpDate20: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate21

ocpDate21: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate22

ocpDate22: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate23

ocpDate23: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate24

ocpDate24: object

parameterPath

parameterPath: string[] = ["options","jobGetAllLifetimeStatisticsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate25

ocpDate25: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate26

ocpDate26: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate27

ocpDate27: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate28

ocpDate28: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate29

ocpDate29: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate3

ocpDate3: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate30

ocpDate30: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate31

ocpDate31: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate32

ocpDate32: object

parameterPath

parameterPath: string[] = ["options","jobAddOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate33

ocpDate33: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate34

ocpDate34: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate35

ocpDate35: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate36

ocpDate36: object

parameterPath

parameterPath: string[] = ["options","jobGetTaskCountsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate37

ocpDate37: object

parameterPath

parameterPath: string[] = ["options","jobListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate38

ocpDate38: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate39

ocpDate39: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate4

ocpDate4: object

parameterPath

parameterPath: string[] = ["options","poolGetAllLifetimeStatisticsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate40

ocpDate40: object

parameterPath

parameterPath: string[] = ["options","certificateAddOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate41

ocpDate41: object

parameterPath

parameterPath: string[] = ["options","certificateListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate42

ocpDate42: object

parameterPath

parameterPath: string[] = ["options","certificateCancelDeletionOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate43

ocpDate43: object

parameterPath

parameterPath: string[] = ["options","certificateDeleteMethodOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate44

ocpDate44: object

parameterPath

parameterPath: string[] = ["options","certificateGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate45

ocpDate45: object

parameterPath

parameterPath: string[] = ["options","certificateListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate46

ocpDate46: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromTaskOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate47

ocpDate47: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate48

ocpDate48: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromTaskOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate49

ocpDate49: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromComputeNodeOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate5

ocpDate5: object

parameterPath

parameterPath: string[] = ["options","poolAddOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate50

ocpDate50: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate51

ocpDate51: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromComputeNodeOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate52

ocpDate52: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate53

ocpDate53: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate54

ocpDate54: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate55

ocpDate55: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate56

ocpDate56: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate57

ocpDate57: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate58

ocpDate58: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate59

ocpDate59: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate6

ocpDate6: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate60

ocpDate60: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate61

ocpDate61: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate62

ocpDate62: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate63

ocpDate63: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate64

ocpDate64: object

parameterPath

parameterPath: string[] = ["options","jobScheduleAddOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate65

ocpDate65: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate66

ocpDate66: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate67

ocpDate67: object

parameterPath

parameterPath: string[] = ["options","taskAddOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate68

ocpDate68: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate69

ocpDate69: object

parameterPath

parameterPath: string[] = ["options","taskAddCollectionOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate7

ocpDate7: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate70

ocpDate70: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate71

ocpDate71: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate72

ocpDate72: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate73

ocpDate73: object

parameterPath

parameterPath: string[] = ["options","taskListSubtasksOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate74

ocpDate74: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate75

ocpDate75: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate76

ocpDate76: object

parameterPath

parameterPath: string[] = ["options","taskListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate77

ocpDate77: object

parameterPath

parameterPath: string[] = ["options","computeNodeAddUserOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate78

ocpDate78: object

parameterPath

parameterPath: string[] = ["options","computeNodeDeleteUserOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate79

ocpDate79: object

parameterPath

parameterPath: string[] = ["options","computeNodeUpdateUserOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate8

ocpDate8: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate80

ocpDate80: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate81

ocpDate81: object

parameterPath

parameterPath: string[] = ["options","computeNodeRebootOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate82

ocpDate82: object

parameterPath

parameterPath: string[] = ["options","computeNodeReimageOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate83

ocpDate83: object

parameterPath

parameterPath: string[] = ["options","computeNodeDisableSchedulingOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate84

ocpDate84: object

parameterPath

parameterPath: string[] = ["options","computeNodeEnableSchedulingOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate85

ocpDate85: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteLoginSettingsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate86

ocpDate86: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteDesktopOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate87

ocpDate87: object

parameterPath

parameterPath: string[] = ["options","computeNodeUploadBatchServiceLogsOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate88

ocpDate88: object

parameterPath

parameterPath: string[] = ["options","computeNodeListOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate89

ocpDate89: object

parameterPath

parameterPath: string[] = ["options","computeNodeListNextOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpDate9

ocpDate9: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","ocpDate"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-date"

type

type: object

name

name: string = "DateTimeRfc1123"

Const ocpRange0

ocpRange0: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","ocpRange"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-range"

type

type: object

name

name: string = "String"

Const ocpRange1

ocpRange1: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","ocpRange"]

mapper

mapper: object

serializedName

serializedName: string = "ocp-range"

type

type: object

name

name: string = "String"

Const poolId

poolId: object

parameterPath

parameterPath: string = "poolId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "poolId"

type

type: object

name

name: string = "String"

Const recursive

recursive: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "recursive"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId0

returnClientRequestId0: object

parameterPath

parameterPath: string[] = ["options","applicationListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId1

returnClientRequestId1: object

parameterPath

parameterPath: string[] = ["options","applicationGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId10

returnClientRequestId10: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId11

returnClientRequestId11: object

parameterPath

parameterPath: string[] = ["options","poolDisableAutoScaleOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId12

returnClientRequestId12: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId13

returnClientRequestId13: object

parameterPath

parameterPath: string[] = ["options","poolEvaluateAutoScaleOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId14

returnClientRequestId14: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId15

returnClientRequestId15: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId16

returnClientRequestId16: object

parameterPath

parameterPath: string[] = ["options","poolUpdatePropertiesOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId17

returnClientRequestId17: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId18

returnClientRequestId18: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId19

returnClientRequestId19: object

parameterPath

parameterPath: string[] = ["options","poolListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId2

returnClientRequestId2: object

parameterPath

parameterPath: string[] = ["options","applicationListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId20

returnClientRequestId20: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId21

returnClientRequestId21: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId22

returnClientRequestId22: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId23

returnClientRequestId23: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId24

returnClientRequestId24: object

parameterPath

parameterPath: string[] = ["options","jobGetAllLifetimeStatisticsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId25

returnClientRequestId25: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId26

returnClientRequestId26: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId27

returnClientRequestId27: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId28

returnClientRequestId28: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId29

returnClientRequestId29: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId3

returnClientRequestId3: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId30

returnClientRequestId30: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId31

returnClientRequestId31: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId32

returnClientRequestId32: object

parameterPath

parameterPath: string[] = ["options","jobAddOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId33

returnClientRequestId33: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId34

returnClientRequestId34: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId35

returnClientRequestId35: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId36

returnClientRequestId36: object

parameterPath

parameterPath: string[] = ["options","jobGetTaskCountsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId37

returnClientRequestId37: object

parameterPath

parameterPath: string[] = ["options","jobListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId38

returnClientRequestId38: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId39

returnClientRequestId39: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId4

returnClientRequestId4: object

parameterPath

parameterPath: string[] = ["options","poolGetAllLifetimeStatisticsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId40

returnClientRequestId40: object

parameterPath

parameterPath: string[] = ["options","certificateAddOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId41

returnClientRequestId41: object

parameterPath

parameterPath: string[] = ["options","certificateListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId42

returnClientRequestId42: object

parameterPath

parameterPath: string[] = ["options","certificateCancelDeletionOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId43

returnClientRequestId43: object

parameterPath

parameterPath: string[] = ["options","certificateDeleteMethodOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId44

returnClientRequestId44: object

parameterPath

parameterPath: string[] = ["options","certificateGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId45

returnClientRequestId45: object

parameterPath

parameterPath: string[] = ["options","certificateListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId46

returnClientRequestId46: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromTaskOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId47

returnClientRequestId47: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId48

returnClientRequestId48: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromTaskOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId49

returnClientRequestId49: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromComputeNodeOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId5

returnClientRequestId5: object

parameterPath

parameterPath: string[] = ["options","poolAddOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId50

returnClientRequestId50: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId51

returnClientRequestId51: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromComputeNodeOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId52

returnClientRequestId52: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId53

returnClientRequestId53: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId54

returnClientRequestId54: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId55

returnClientRequestId55: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId56

returnClientRequestId56: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId57

returnClientRequestId57: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId58

returnClientRequestId58: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId59

returnClientRequestId59: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId6

returnClientRequestId6: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId60

returnClientRequestId60: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId61

returnClientRequestId61: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId62

returnClientRequestId62: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId63

returnClientRequestId63: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId64

returnClientRequestId64: object

parameterPath

parameterPath: string[] = ["options","jobScheduleAddOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId65

returnClientRequestId65: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId66

returnClientRequestId66: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId67

returnClientRequestId67: object

parameterPath

parameterPath: string[] = ["options","taskAddOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId68

returnClientRequestId68: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId69

returnClientRequestId69: object

parameterPath

parameterPath: string[] = ["options","taskAddCollectionOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId7

returnClientRequestId7: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId70

returnClientRequestId70: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId71

returnClientRequestId71: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId72

returnClientRequestId72: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId73

returnClientRequestId73: object

parameterPath

parameterPath: string[] = ["options","taskListSubtasksOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId74

returnClientRequestId74: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId75

returnClientRequestId75: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId76

returnClientRequestId76: object

parameterPath

parameterPath: string[] = ["options","taskListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId77

returnClientRequestId77: object

parameterPath

parameterPath: string[] = ["options","computeNodeAddUserOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId78

returnClientRequestId78: object

parameterPath

parameterPath: string[] = ["options","computeNodeDeleteUserOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId79

returnClientRequestId79: object

parameterPath

parameterPath: string[] = ["options","computeNodeUpdateUserOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId8

returnClientRequestId8: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId80

returnClientRequestId80: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId81

returnClientRequestId81: object

parameterPath

parameterPath: string[] = ["options","computeNodeRebootOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId82

returnClientRequestId82: object

parameterPath

parameterPath: string[] = ["options","computeNodeReimageOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId83

returnClientRequestId83: object

parameterPath

parameterPath: string[] = ["options","computeNodeDisableSchedulingOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId84

returnClientRequestId84: object

parameterPath

parameterPath: string[] = ["options","computeNodeEnableSchedulingOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId85

returnClientRequestId85: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteLoginSettingsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId86

returnClientRequestId86: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteDesktopOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId87

returnClientRequestId87: object

parameterPath

parameterPath: string[] = ["options","computeNodeUploadBatchServiceLogsOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId88

returnClientRequestId88: object

parameterPath

parameterPath: string[] = ["options","computeNodeListOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId89

returnClientRequestId89: object

parameterPath

parameterPath: string[] = ["options","computeNodeListNextOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const returnClientRequestId9

returnClientRequestId9: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","returnClientRequestId"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "return-client-request-id"

type

type: object

name

name: string = "Boolean"

Const select0

select0: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select1

select1: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select10

select10: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select11

select11: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select12

select12: object

parameterPath

parameterPath: string[] = ["options","taskListSubtasksOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select13

select13: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select14

select14: object

parameterPath

parameterPath: string[] = ["options","computeNodeListOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select2

select2: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select3

select3: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select4

select4: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select5

select5: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select6

select6: object

parameterPath

parameterPath: string[] = ["options","certificateListOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select7

select7: object

parameterPath

parameterPath: string[] = ["options","certificateGetOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select8

select8: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const select9

select9: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","select"]

mapper

mapper: object

serializedName

serializedName: string = "$select"

type

type: object

name

name: string = "String"

Const startTime

startTime: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","startTime"]

mapper

mapper: object

serializedName

serializedName: string = "starttime"

type

type: object

name

name: string = "DateTime"

Const taskId

taskId: object

parameterPath

parameterPath: string = "taskId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "taskId"

type

type: object

name

name: string = "String"

Const thumbprint

thumbprint: object

parameterPath

parameterPath: string = "thumbprint"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprint"

type

type: object

name

name: string = "String"

Const thumbprintAlgorithm

thumbprintAlgorithm: object

parameterPath

parameterPath: string = "thumbprintAlgorithm"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprintAlgorithm"

type

type: object

name

name: string = "String"

Const timeout0

timeout0: object

parameterPath

parameterPath: string[] = ["options","applicationListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout1

timeout1: object

parameterPath

parameterPath: string[] = ["options","applicationGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout10

timeout10: object

parameterPath

parameterPath: string[] = ["options","poolDisableAutoScaleOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout11

timeout11: object

parameterPath

parameterPath: string[] = ["options","poolEnableAutoScaleOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout12

timeout12: object

parameterPath

parameterPath: string[] = ["options","poolEvaluateAutoScaleOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout13

timeout13: object

parameterPath

parameterPath: string[] = ["options","poolResizeOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout14

timeout14: object

parameterPath

parameterPath: string[] = ["options","poolStopResizeOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout15

timeout15: object

parameterPath

parameterPath: string[] = ["options","poolUpdatePropertiesOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout16

timeout16: object

parameterPath

parameterPath: string[] = ["options","poolRemoveNodesOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout17

timeout17: object

parameterPath

parameterPath: string[] = ["options","accountListNodeAgentSkusOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout18

timeout18: object

parameterPath

parameterPath: string[] = ["options","accountListPoolNodeCountsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout19

timeout19: object

parameterPath

parameterPath: string[] = ["options","jobGetAllLifetimeStatisticsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout2

timeout2: object

parameterPath

parameterPath: string[] = ["options","poolListUsageMetricsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout20

timeout20: object

parameterPath

parameterPath: string[] = ["options","jobDeleteMethodOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout21

timeout21: object

parameterPath

parameterPath: string[] = ["options","jobGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout22

timeout22: object

parameterPath

parameterPath: string[] = ["options","jobPatchOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout23

timeout23: object

parameterPath

parameterPath: string[] = ["options","jobUpdateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout24

timeout24: object

parameterPath

parameterPath: string[] = ["options","jobDisableOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout25

timeout25: object

parameterPath

parameterPath: string[] = ["options","jobEnableOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout26

timeout26: object

parameterPath

parameterPath: string[] = ["options","jobTerminateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout27

timeout27: object

parameterPath

parameterPath: string[] = ["options","jobAddOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout28

timeout28: object

parameterPath

parameterPath: string[] = ["options","jobListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout29

timeout29: object

parameterPath

parameterPath: string[] = ["options","jobListFromJobScheduleOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout3

timeout3: object

parameterPath

parameterPath: string[] = ["options","poolGetAllLifetimeStatisticsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout30

timeout30: object

parameterPath

parameterPath: string[] = ["options","jobListPreparationAndReleaseTaskStatusOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout31

timeout31: object

parameterPath

parameterPath: string[] = ["options","jobGetTaskCountsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout32

timeout32: object

parameterPath

parameterPath: string[] = ["options","certificateAddOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout33

timeout33: object

parameterPath

parameterPath: string[] = ["options","certificateListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout34

timeout34: object

parameterPath

parameterPath: string[] = ["options","certificateCancelDeletionOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout35

timeout35: object

parameterPath

parameterPath: string[] = ["options","certificateDeleteMethodOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout36

timeout36: object

parameterPath

parameterPath: string[] = ["options","certificateGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout37

timeout37: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromTaskOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout38

timeout38: object

parameterPath

parameterPath: string[] = ["options","fileGetFromTaskOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout39

timeout39: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromTaskOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout4

timeout4: object

parameterPath

parameterPath: string[] = ["options","poolAddOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout40

timeout40: object

parameterPath

parameterPath: string[] = ["options","fileDeleteFromComputeNodeOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout41

timeout41: object

parameterPath

parameterPath: string[] = ["options","fileGetFromComputeNodeOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout42

timeout42: object

parameterPath

parameterPath: string[] = ["options","fileGetPropertiesFromComputeNodeOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout43

timeout43: object

parameterPath

parameterPath: string[] = ["options","fileListFromTaskOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout44

timeout44: object

parameterPath

parameterPath: string[] = ["options","fileListFromComputeNodeOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout45

timeout45: object

parameterPath

parameterPath: string[] = ["options","jobScheduleExistsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout46

timeout46: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDeleteMethodOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout47

timeout47: object

parameterPath

parameterPath: string[] = ["options","jobScheduleGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout48

timeout48: object

parameterPath

parameterPath: string[] = ["options","jobSchedulePatchOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout49

timeout49: object

parameterPath

parameterPath: string[] = ["options","jobScheduleUpdateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout5

timeout5: object

parameterPath

parameterPath: string[] = ["options","poolListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout50

timeout50: object

parameterPath

parameterPath: string[] = ["options","jobScheduleDisableOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout51

timeout51: object

parameterPath

parameterPath: string[] = ["options","jobScheduleEnableOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout52

timeout52: object

parameterPath

parameterPath: string[] = ["options","jobScheduleTerminateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout53

timeout53: object

parameterPath

parameterPath: string[] = ["options","jobScheduleAddOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout54

timeout54: object

parameterPath

parameterPath: string[] = ["options","jobScheduleListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout55

timeout55: object

parameterPath

parameterPath: string[] = ["options","taskAddOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout56

timeout56: object

parameterPath

parameterPath: string[] = ["options","taskListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout57

timeout57: object

parameterPath

parameterPath: string[] = ["options","taskAddCollectionOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout58

timeout58: object

parameterPath

parameterPath: string[] = ["options","taskDeleteMethodOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout59

timeout59: object

parameterPath

parameterPath: string[] = ["options","taskGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout6

timeout6: object

parameterPath

parameterPath: string[] = ["options","poolDeleteMethodOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout60

timeout60: object

parameterPath

parameterPath: string[] = ["options","taskUpdateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout61

timeout61: object

parameterPath

parameterPath: string[] = ["options","taskListSubtasksOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout62

timeout62: object

parameterPath

parameterPath: string[] = ["options","taskTerminateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout63

timeout63: object

parameterPath

parameterPath: string[] = ["options","taskReactivateOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout64

timeout64: object

parameterPath

parameterPath: string[] = ["options","computeNodeAddUserOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout65

timeout65: object

parameterPath

parameterPath: string[] = ["options","computeNodeDeleteUserOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout66

timeout66: object

parameterPath

parameterPath: string[] = ["options","computeNodeUpdateUserOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout67

timeout67: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout68

timeout68: object

parameterPath

parameterPath: string[] = ["options","computeNodeRebootOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout69

timeout69: object

parameterPath

parameterPath: string[] = ["options","computeNodeReimageOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout7

timeout7: object

parameterPath

parameterPath: string[] = ["options","poolExistsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout70

timeout70: object

parameterPath

parameterPath: string[] = ["options","computeNodeDisableSchedulingOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout71

timeout71: object

parameterPath

parameterPath: string[] = ["options","computeNodeEnableSchedulingOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout72

timeout72: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteLoginSettingsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout73

timeout73: object

parameterPath

parameterPath: string[] = ["options","computeNodeGetRemoteDesktopOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout74

timeout74: object

parameterPath

parameterPath: string[] = ["options","computeNodeUploadBatchServiceLogsOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout75

timeout75: object

parameterPath

parameterPath: string[] = ["options","computeNodeListOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout8

timeout8: object

parameterPath

parameterPath: string[] = ["options","poolGetOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const timeout9

timeout9: object

parameterPath

parameterPath: string[] = ["options","poolPatchOptions","timeout"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "Number"

Const userName

userName: object

parameterPath

parameterPath: string = "userName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "userName"

type

type: object

name

name: string = "String"

Generated using TypeDoc