Property | Type | Description | |
---|---|---|---|
ActivateApplicationPackage | void | ||
CheckApplicationAllowsUpdates | void | ||
ConvertApplicationPackagesToPsApplicationPackages | IList |
||
ConvertApplicationToPSApplication | |||
ConvertGetApplicationPackageResponseToApplicationPackage | |||
CopyRDPStream | void | ||
DownloadNodeFileByInstance | void | ||
ExtractResourceGroupName | string | ||
GetGroupForAccount | string | ||
GetGroupForAccountNoThrow | string | ||
GetStorageUrl | string | ||
ListAllAccounts | IEnumerable |
||
ListNextAccounts | IPage |
||
ListNodeFilesByComputeNode | IEnumerable |
||
ListNodeFilesByTask | IEnumerable |
||
UploadFileToApplicationPackage | void | ||
WriteVerbose | void |
Method | Description | |
---|---|---|
AddApplication ( string resourceGroupName, string accountName, string applicationId, bool allowUpdates, string displayName ) : |
||
AddCertificate ( |
Adds a certificate to the specified Batch account.
|
|
AddTaskCollection ( |
Adds a collection of tasks
|
|
BatchClient ( ) : Microsoft.Azure.Commands.Common.Authentication | ||
BatchClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication |
Creates new BatchClient
|
|
BatchClient ( IBatchManagementClient batchManagementClient, IResourceManagementClient resourceManagementClient ) : Microsoft.Azure.Commands.Common.Authentication |
Creates new BatchClient instance
|
|
CancelDeleteCertificate ( |
Cancels a failed deletion of the specified certificate.
|
|
ChangeOSVersion ( |
Changes the operating system version of the specified pool.
|
|
CreateAccount ( string resourceGroupName, string accountName, string location, Hashtable tags, string autoStorageAccountId ) : BatchAccountContext |
Creates a new Batch account
|
|
CreateComputeNodeUser ( |
Creates a new compute node user.
|
|
CreateJob ( Microsoft.Azure.Commands.Batch.Models.NewJobParameters parameters ) : void |
Creates a new job.
|
|
CreateJobSchedule ( |
Creates a new job schedule.
|
|
CreatePool ( |
Creates a new pool.
|
|
CreateTask ( |
Creates a new task.
|
|
DeleteAccount ( string resourceGroupName, string accountName ) : void |
Deletes the specified account
|
|
DeleteApplication ( string resourceGroupName, string accountName, string applicationId ) : void | ||
DeleteApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version ) : void | ||
DeleteCertificate ( |
Deletes the specified certificate.
|
|
DeleteComputeNodeUser ( Microsoft.Azure.Commands.Batch.Models.ComputeNodeUserOperationParameters parameters ) : void |
Deletes the specified compute node user.
|
|
DeleteJob ( BatchAccountContext context, string jobId, IEnumerable |
Deletes the specified job.
|
|
DeleteJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
Deletes the specified job schedule.
|
|
DeleteNodeFile ( bool recursive, |
Deletes the specified file from its compute node.
|
|
DeletePool ( BatchAccountContext context, string poolId, IEnumerable |
Deletes the specified pool.
|
|
DeleteTask ( Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters parameters ) : void |
Deletes the specified task.
|
|
DisableAutoScale ( Microsoft.Azure.Commands.Batch.Models.PoolOperationParameters parameters ) : void |
Disables automatic scaling on the specified pool.
|
|
DisableComputeNodeScheduling ( |
Disables task scheduling on the specified compute node.
|
|
DisableJob ( |
Disables the specified job.
|
|
DisableJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
Disables the specified job schedule.
|
|
DownloadNodeFile ( Microsoft.Azure.Commands.Batch.Models.DownloadNodeFileOptions options ) : void |
Downloads a node file using the specified options.
|
|
DownloadRemoteDesktopProtocolFile ( |
Downloads a Remote Desktop Protocol file using the specified options.
|
|
EnableAutoScale ( |
Enables automatic scaling on the specified pool.
|
|
EnableComputeNodeScheduling ( Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters parameters ) : void |
Enables task scheduling on the specified compute node.
|
|
EnableJob ( BatchAccountContext context, string jobId, IEnumerable |
Enables the specified job.
|
|
EnableJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
Enables the specified job schedule.
|
|
EvaluateAutoScale ( |
Gets the result of evaluating an automatic scaling formula on the specified pool.
|
|
GetAccount ( string resourceGroupName, string accountName ) : BatchAccountContext |
Get details about the Batch account
|
|
GetAllJobsLifetimeStatistics ( BatchAccountContext context, IEnumerable |
Gets lifetime summary statistics for all of the jobs in the specified account.
|
|
GetAllPoolsLifetimeStatistics ( BatchAccountContext context, IEnumerable |
Gets all pools lifetime summary statistics
|
|
GetApplication ( string resourceGroupName, string accountName, string applicationId ) : |
||
GetApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version ) : |
||
GetKeys ( string resourceGroupName, string accountName ) : BatchAccountContext |
Gets the keys associated with the Batch account
|
|
GetLocationQuotas ( string location ) : PSBatchLocationQuotas |
Gets the Batch service quotas for the specified subscription at the given region.
|
|
ListAccounts ( Hashtable tag, string resourceGroupName = default(string) ) : IEnumerable |
Lists all accounts in a subscription or in a resource group if its name is specified
|
|
ListApplications ( string resourceGroupName, string accountName ) : IEnumerable |
||
ListCertificates ( Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions options ) : IEnumerable |
Lists the certificates matching the specified filter options.
|
|
ListComputeNodeRemoteLoginSettings ( Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters parameters ) : |
Get the settings required for remote login to a compute node
|
|
ListComputeNodes ( Microsoft.Azure.Commands.Batch.Models.ListComputeNodeOptions options ) : IEnumerable |
Lists the compute nodes matching the specified filter options.
|
|
ListJobSchedules ( Microsoft.Azure.Commands.Batch.Models.ListJobScheduleOptions options ) : IEnumerable |
Lists the job schedules matching the specified filter options.
|
|
ListJobs ( |
Lists the jobs matching the specified filter options.
|
|
ListNodeAgentSkus ( BatchAccountContext context, string filterClause = default(string), int maxCount = default(int), IEnumerable |
Lists the node agent SKUs matching the specified filter options.
|
|
ListNodeFiles ( |
Lists the node files matching the specified filter options.
|
|
ListPoolUsageMetrics ( |
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
|
ListPools ( Microsoft.Azure.Commands.Batch.Models.ListPoolOptions options ) : IEnumerable |
Lists the pools matching the specified filter options.
|
|
ListSubtasks ( |
Lists the subtasks matching the specified filter options.
|
|
ListTasks ( Microsoft.Azure.Commands.Batch.Models.ListTaskOptions options ) : IEnumerable |
Lists the tasks matching the specified filter options.
|
|
ReactivateTask ( Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters parameters ) : void |
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
|
|
RebootComputeNode ( |
Reboots the specified compute node.
|
|
RegenerateKeys ( string resourceGroupName, string accountName, AccountKeyType keyType ) : BatchAccountContext |
Generates new key for the Batch account
|
|
ReimageComputeNode ( |
Reinstalls the operating system on the specified compute node.
|
|
RemoveComputeNodesFromPool ( |
Removes the specified compute nodes from the specified pool.
|
|
ResizePool ( Microsoft.Azure.Commands.Batch.Models.PoolResizeParameters parameters ) : void |
Resizes the specified pool.
|
|
StopResizePool ( BatchAccountContext context, string poolId, IEnumerable |
Stops the resize operation on the specified pool.
|
|
TerminateJob ( |
Terminates the specified job.
|
|
TerminateJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
Terminates the specified job schedule.
|
|
TerminateTask ( Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters parameters ) : void |
Terminates the specified task.
|
|
UpdateAccount ( string resourceGroupName, string accountName, Hashtable tags, string autoStorageAccountId ) : BatchAccountContext |
Updates an existing Batch account
|
|
UpdateApplication ( string resourceGroupName, string accountName, string applicationId, bool allowUpdates, string defaultVersion, string displayName ) : void | ||
UpdateComputeNodeUser ( |
Updates a compute node user account
|
|
UpdateJob ( BatchAccountContext context, |
Commits changes to a PSCloudJob object to the Batch Service.
|
|
UpdateJobSchedule ( BatchAccountContext context, |
Commits changes to a PSCloudJobSchedule object to the Batch Service.
|
|
UpdatePool ( BatchAccountContext context, |
Commits changes to a PSCloudPool object to the Batch Service.
|
|
UpdateTask ( BatchAccountContext context, |
Commits changes to a PSCloudTask object to the Batch Service.
|
|
UploadAndActivateApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version, string filePath, string format, bool activateOnly ) : |
Method | Description | |
---|---|---|
ActivateApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version, string format, string errorMessageFormat ) : void | ||
CheckApplicationAllowsUpdates ( string resourceGroupName, string accountName, string applicationId, string version ) : void | ||
ConvertApplicationPackagesToPsApplicationPackages ( IEnumerable |
||
ConvertApplicationToPSApplication ( Application application ) : |
||
ConvertGetApplicationPackageResponseToApplicationPackage ( ApplicationPackage response ) : |
||
CopyRDPStream ( Stream destinationStream, Microsoft client, string poolId, string computeNodeId, |
||
DownloadNodeFileByInstance ( Microsoft.Azure.Batch.NodeFile file, string destinationPath, Stream stream, IEnumerable |
||
ExtractResourceGroupName ( string id ) : string | ||
GetGroupForAccount ( string accountName ) : string | ||
GetGroupForAccountNoThrow ( string accountName ) : string | ||
GetStorageUrl ( string resourceGroupName, string accountName, string applicationId, string version, bool &didCreateAppPackage ) : string | ||
ListAllAccounts ( IPage |
Appends all accounts into a list.
|
|
ListNextAccounts ( string NextLink ) : IPage |
Lists all accounts in a subscription or in a resource group if its name is specified
|
|
ListNodeFilesByComputeNode ( |
||
ListNodeFilesByTask ( |
||
UploadFileToApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version, string filePath, string storageUrl, bool appPackageAlreadyExists ) : void | ||
WriteVerbose ( string message ) : void |
public AddApplication ( string resourceGroupName, string accountName, string applicationId, bool allowUpdates, string displayName ) : |
||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
allowUpdates | bool | |
displayName | string | |
return |
public AddCertificate ( |
||
parameters | The parameters to use when creating the certificate. | |
return | void |
public AddTaskCollection ( |
||
parameters | The parameters to use when creating the tasks. | |
return | void |
public BatchClient ( ) : Microsoft.Azure.Commands.Common.Authentication | ||
return | Microsoft.Azure.Commands.Common.Authentication |
public BatchClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication | ||
context | AzureContext | Context with subscription containing a batch account to manipulate |
return | Microsoft.Azure.Commands.Common.Authentication |
public BatchClient ( IBatchManagementClient batchManagementClient, IResourceManagementClient resourceManagementClient ) : Microsoft.Azure.Commands.Common.Authentication | ||
batchManagementClient | IBatchManagementClient | The IBatchManagementClient instance |
resourceManagementClient | IResourceManagementClient | The IResourceManagementClient instance |
return | Microsoft.Azure.Commands.Common.Authentication |
public CancelDeleteCertificate ( |
||
parameters | The parameters indicating which certificate to failed to delete. | |
return | void |
public ChangeOSVersion ( |
||
parameters | The parameters specifying the pool and target OS version. | |
return | void |
public CreateAccount ( string resourceGroupName, string accountName, string location, Hashtable tags, string autoStorageAccountId ) : BatchAccountContext | ||
resourceGroupName | string | The name of the resource group in which to create the account |
accountName | string | The account name |
location | string | The location to use when creating the account |
tags | Hashtable | The tags to associate with the account |
autoStorageAccountId | string | The resource id of the storage account to be used for auto storage. |
return | BatchAccountContext |
public CreateComputeNodeUser ( |
||
options | The options to use when creating the compute node user. | |
return | void |
public CreateJob ( Microsoft.Azure.Commands.Batch.Models.NewJobParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.NewJobParameters | The parameters to use when creating the job. |
return | void |
public CreateJobSchedule ( |
||
parameters | The parameters to use when creating the job schedule. | |
return | void |
public CreatePool ( |
||
parameters | The parameters to use when creating the pool. | |
return | void |
public CreateTask ( |
||
parameters | The parameters to use when creating the task. | |
return | void |
public DeleteAccount ( string resourceGroupName, string accountName ) : void | ||
resourceGroupName | string | The name of the resource group the account is under. If unspecified, it will be looked up. |
accountName | string | The account name |
return | void |
public DeleteApplication ( string resourceGroupName, string accountName, string applicationId ) : void | ||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
return | void |
public DeleteApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version ) : void | ||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
version | string | |
return | void |
public DeleteCertificate ( |
||
parameters | The parameters indicating which certificate to delete. | |
return | void |
public DeleteComputeNodeUser ( Microsoft.Azure.Commands.Batch.Models.ComputeNodeUserOperationParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.ComputeNodeUserOperationParameters | The parameters indicating which compute node user to delete. |
return | void |
public DeleteJob ( BatchAccountContext context, string jobId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
jobId | string | The id of the job to delete. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public DeleteJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
jobScheduleId | string | The id of the job schedule to delete. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public DeleteNodeFile ( bool recursive, |
||
recursive | bool | If the file-path parameter represents a directory instead of a file, you can set the optional /// recursive parameter to true to delete the directory and all of the files and subdirectories in it. If recursive is false /// then the directory must be empty or deletion will fail.. |
parameters | Specifies which node file to delete. | |
return | void |
public DeletePool ( BatchAccountContext context, string poolId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
poolId | string | The id of the pool to delete. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public DeleteTask ( Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters | The parameters indicating which task to delete. |
return | void |
public DisableAutoScale ( Microsoft.Azure.Commands.Batch.Models.PoolOperationParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.PoolOperationParameters | The parameters specifying the target pool. |
return | void |
public DisableComputeNodeScheduling ( |
||
parameters | The parameters specifying the compute node. | |
return | void |
public DisableJob ( |
||
parameters | Specifies the job to disable as well as the job disable option. | |
return | void |
public DisableJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
jobScheduleId | string | The id of the job schedule to disable. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public DownloadNodeFile ( Microsoft.Azure.Commands.Batch.Models.DownloadNodeFileOptions options ) : void | ||
options | Microsoft.Azure.Commands.Batch.Models.DownloadNodeFileOptions | The download options. |
return | void |
public DownloadRemoteDesktopProtocolFile ( |
||
options | The download options. | |
return | void |
public EnableAutoScale ( |
||
parameters | The parameters specifying the pool and autoscale parameters. | |
return | void |
public EnableComputeNodeScheduling ( Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters | The parameters specifying the compute node. |
return | void |
public EnableJob ( BatchAccountContext context, string jobId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
jobId | string | The id of the job to enable. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public EnableJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
jobScheduleId | string | The id of the job schedule to enable. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public EvaluateAutoScale ( |
||
parameters | The parameters specifying the pool and autoscale formula. | |
return |
public GetAccount ( string resourceGroupName, string accountName ) : BatchAccountContext | ||
resourceGroupName | string | The name of the resource group the account is under. If unspecified, it will be looked up. |
accountName | string | The account name |
return | BatchAccountContext |
public GetAllJobsLifetimeStatistics ( BatchAccountContext context, IEnumerable |
||
context | BatchAccountContext | The account to use. |
additionalBehaviors | IEnumerable |
Additional client behaviors to perform. |
return |
public GetAllPoolsLifetimeStatistics ( BatchAccountContext context, IEnumerable |
||
context | BatchAccountContext | The account to use. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return |
public GetApplication ( string resourceGroupName, string accountName, string applicationId ) : |
||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
return |
public GetApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version ) : |
||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
version | string | |
return |
public GetKeys ( string resourceGroupName, string accountName ) : BatchAccountContext | ||
resourceGroupName | string | The name of the resource group the account is under. If unspecified, it will be looked up. |
accountName | string | The account name |
return | BatchAccountContext |
public GetLocationQuotas ( string location ) : PSBatchLocationQuotas | ||
location | string | The desired region for the quotas. |
return | PSBatchLocationQuotas |
public ListAccounts ( Hashtable tag, string resourceGroupName = default(string) ) : IEnumerable |
||
tag | Hashtable | The tag to filter accounts on |
resourceGroupName | string | The name of the resource group to search under for accounts. If unspecified, all accounts will be looked up. |
return | IEnumerable |
public ListApplications ( string resourceGroupName, string accountName ) : IEnumerable |
||
resourceGroupName | string | |
accountName | string | |
return | IEnumerable |
public ListCertificates ( Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions options ) : IEnumerable |
||
options | Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions | The options to use when querying for certificates. |
return | IEnumerable |
public ListComputeNodeRemoteLoginSettings ( Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters parameters ) : |
||
parameters | Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters | |
return |
public ListComputeNodes ( Microsoft.Azure.Commands.Batch.Models.ListComputeNodeOptions options ) : IEnumerable |
||
options | Microsoft.Azure.Commands.Batch.Models.ListComputeNodeOptions | The options to use when querying for compute nodes. |
return | IEnumerable |
public ListJobSchedules ( Microsoft.Azure.Commands.Batch.Models.ListJobScheduleOptions options ) : IEnumerable |
||
options | Microsoft.Azure.Commands.Batch.Models.ListJobScheduleOptions | The options to use when querying for job schedules. |
return | IEnumerable |
public ListJobs ( |
||
options | The options to use when querying for jobs. | |
return | IEnumerable |
public ListNodeAgentSkus ( BatchAccountContext context, string filterClause = default(string), int maxCount = default(int), IEnumerable |
||
context | BatchAccountContext | The account to use. |
filterClause | string | The level of detail |
maxCount | int | The number of results. |
additionalBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | IEnumerable |
public ListNodeFiles ( |
||
options | The options to use when querying for node files. | |
return | IEnumerable |
public ListPoolUsageMetrics ( |
||
options | The options to use when aggregating usage for pools. | |
return | IEnumerable |
public ListPools ( Microsoft.Azure.Commands.Batch.Models.ListPoolOptions options ) : IEnumerable |
||
options | Microsoft.Azure.Commands.Batch.Models.ListPoolOptions | The options to use when querying for pools. |
return | IEnumerable |
public ListSubtasks ( |
||
options | The options to use when querying for subtasks. | |
return | IEnumerable |
public ListTasks ( Microsoft.Azure.Commands.Batch.Models.ListTaskOptions options ) : IEnumerable |
||
options | Microsoft.Azure.Commands.Batch.Models.ListTaskOptions | The options to use when querying for tasks. |
return | IEnumerable |
public ReactivateTask ( Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters | The parameters indicating which task to reactivate. |
return | void |
public RebootComputeNode ( |
||
parameters | The parameters specifying the compute node to reboot and the reboot option. | |
return | void |
public RegenerateKeys ( string resourceGroupName, string accountName, AccountKeyType keyType ) : BatchAccountContext | ||
resourceGroupName | string | The name of the resource group the account is under. If unspecified, it will be looked up. |
accountName | string | The account name |
keyType | AccountKeyType | The type of key to regenerate |
return | BatchAccountContext |
public ReimageComputeNode ( |
||
parameters | The parameters specifying the compute node to reimage and the reimage option. | |
return | void |
public RemoveComputeNodesFromPool ( |
||
parameters | The parameters specifying the pool and the compute nodes. | |
return | void |
public ResizePool ( Microsoft.Azure.Commands.Batch.Models.PoolResizeParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.PoolResizeParameters | The parameters to use when resizing the pool. |
return | void |
public StopResizePool ( BatchAccountContext context, string poolId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
poolId | string | The id of the pool. |
additionalBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public TerminateJob ( |
||
parameters | Specifies the job to terminate as well as the terminate reason. | |
return | void |
public TerminateJobSchedule ( BatchAccountContext context, string jobScheduleId, IEnumerable |
||
context | BatchAccountContext | The account to use. |
jobScheduleId | string | The id of the job schedule to terminate. |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public TerminateTask ( Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters parameters ) : void | ||
parameters | Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters | The parameters indicating which task to terminate. |
return | void |
public UpdateAccount ( string resourceGroupName, string accountName, Hashtable tags, string autoStorageAccountId ) : BatchAccountContext | ||
resourceGroupName | string | The name of the resource group the account is under. If unspecified, it will be looked up. |
accountName | string | The account name |
tags | Hashtable | New tags to associate with the account |
autoStorageAccountId | string | The resource id of the storage account to be used for auto storage. |
return | BatchAccountContext |
public UpdateApplication ( string resourceGroupName, string accountName, string applicationId, bool allowUpdates, string defaultVersion, string displayName ) : void | ||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
allowUpdates | bool | |
defaultVersion | string | |
displayName | string | |
return | void |
public UpdateComputeNodeUser ( |
||
parameters | The parameters specifying the compute node user to update and the changes to make | |
return | void |
public UpdateJob ( BatchAccountContext context, |
||
context | BatchAccountContext | The account to use. |
job | The PSCloudJob object representing the job to update. | |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public UpdateJobSchedule ( BatchAccountContext context, |
||
context | BatchAccountContext | The account to use. |
jobSchedule | The PSCloudJobSchedule object representing the job schedule to update. | |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public UpdatePool ( BatchAccountContext context, |
||
context | BatchAccountContext | The account to use. |
pool | The PSCloudPool object representing the pool to update. | |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public UpdateTask ( BatchAccountContext context, |
||
context | BatchAccountContext | The account to use. |
task | The PSCloudTask object representing the task to update. | |
additionBehaviors | IEnumerable |
Additional client behaviors to perform. |
return | void |
public UploadAndActivateApplicationPackage ( string resourceGroupName, string accountName, string applicationId, string version, string filePath, string format, bool activateOnly ) : |
||
resourceGroupName | string | |
accountName | string | |
applicationId | string | |
version | string | |
filePath | string | |
format | string | |
activateOnly | bool | |
return |