Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ResourceId |
JobCreateParameters.cluster()
Get resource ID of the cluster on which this job will run.
|
ResourceId |
BatchAIJob.cluster() |
ResourceId |
AppInsightsReference.component()
Get azure Application Insights component resource ID.
|
ResourceId |
FileServerReference.fileServer()
Get resource ID of the existing File Server to be mounted.
|
ResourceId |
KeyVaultSecretReference.sourceVault()
Get fully qualified resource indentifier of the Key Vault.
|
ResourceId |
FileServerCreateParameters.subnet()
Get identifier of an existing virtual network subnet to put the File Server in.
|
ResourceId |
BatchAICluster.subnet() |
ResourceId |
ClusterCreateParameters.subnet()
Get existing virtual network subnet to put the cluster nodes in.
|
ResourceId |
BatchAIFileServer.subnet() |
ResourceId |
ResourceId.withId(String id)
Set the ID of the resource.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withCluster(ResourceId cluster)
Set resource ID of the cluster on which this job will run.
|
AppInsightsReference |
AppInsightsReference.withComponent(ResourceId component)
Set azure Application Insights component resource ID.
|
FileServerReference |
FileServerReference.withFileServer(ResourceId fileServer)
Set resource ID of the existing File Server to be mounted.
|
KeyVaultSecretReference |
KeyVaultSecretReference.withSourceVault(ResourceId sourceVault)
Set fully qualified resource indentifier of the Key Vault.
|
FileServerCreateParameters |
FileServerCreateParameters.withSubnet(ResourceId subnet)
Set identifier of an existing virtual network subnet to put the File Server in.
|
ClusterCreateParameters |
ClusterCreateParameters.withSubnet(ResourceId subnet)
Set existing virtual network subnet to put the cluster nodes in.
|
Copyright © 2019. All rights reserved.