Uses of Class
com.microsoft.azure.management.batchai.ResourceId
Packages that use ResourceId
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ResourceId in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return ResourceIdModifier and TypeMethodDescriptionBatchAIJob.cluster()
JobCreateParameters.cluster()
Get resource ID of the cluster on which this job will run.AppInsightsReference.component()
Get azure Application Insights component resource ID.FileServerReference.fileServer()
Get resource ID of the existing File Server to be mounted.KeyVaultSecretReference.sourceVault()
Get fully qualified resource indentifier of the Key Vault.BatchAICluster.subnet()
BatchAIFileServer.subnet()
ClusterCreateParameters.subnet()
Get existing virtual network subnet to put the cluster nodes in.FileServerCreateParameters.subnet()
Get identifier of an existing virtual network subnet to put the File Server in.Set the ID of the resource.Methods in com.microsoft.azure.management.batchai with parameters of type ResourceIdModifier and TypeMethodDescriptionJobCreateParameters.withCluster
(ResourceId cluster) Set resource ID of the cluster on which this job will run.AppInsightsReference.withComponent
(ResourceId component) Set azure Application Insights component resource ID.FileServerReference.withFileServer
(ResourceId fileServer) Set resource ID of the existing File Server to be mounted.KeyVaultSecretReference.withSourceVault
(ResourceId sourceVault) Set fully qualified resource indentifier of the Key Vault.ClusterCreateParameters.withSubnet
(ResourceId subnet) Set existing virtual network subnet to put the cluster nodes in.FileServerCreateParameters.withSubnet
(ResourceId subnet) Set identifier of an existing virtual network subnet to put the File Server in.