DevTestLabsManager Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. DevTestLabsManager
- com.
public final class DevTestLabsManager
Entry point to DevTestLabsManager. The DevTest Labs Client.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Arm |
armTemplates()
Gets the resource collection API of Arm |
| Artifacts |
artifacts()
Gets the resource collection API of Artifacts. |
|
Artifact |
artifactSources()
Gets the resource collection API of Artifact |
|
static
Dev |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dev |
|
static
Dev |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dev |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Dev |
| Costs |
costs()
Gets the resource collection API of Costs. |
|
Custom |
customImages()
Gets the resource collection API of Custom |
| Disks |
disks()
Gets the resource collection API of Disks. |
| Environments |
environments()
Gets the resource collection API of Environments. |
| Formulas |
formulas()
Gets the resource collection API of Formulas. |
|
Gallery |
galleryImages()
Gets the resource collection API of Gallery |
|
Global |
globalSchedules()
Gets the resource collection API of Global |
| Labs |
labs()
Gets the resource collection API of Labs. |
|
Notification |
notificationChannels()
Gets the resource collection API of Notification |
| Operations |
operations()
Gets the resource collection API of Operations. |
| Policies |
policies()
Gets the resource collection API of Policies. |
|
Policy |
policySets()
Gets the resource collection API of Policy |
|
Provider |
providerOperations()
Gets the resource collection API of Provider |
| Schedules |
schedules()
Gets the resource collection API of Schedules. |
| Secrets |
secrets()
Gets the resource collection API of Secrets. |
|
Dev |
serviceClient()
Gets wrapped service client Dev |
|
Service |
serviceFabrics()
Gets the resource collection API of Service |
|
Service |
serviceFabricSchedules()
Gets the resource collection API of Service |
|
Service |
serviceRunners()
Gets the resource collection API of Service |
| Users |
users()
Gets the resource collection API of Users. |
|
Virtual |
virtualMachines()
Gets the resource collection API of Virtual |
|
Virtual |
virtualMachineSchedules()
Gets the resource collection API of Virtual |
|
Virtual |
virtualNetworks()
Gets the resource collection API of Virtual |
Methods inherited from java.lang.Object
Method Details
armTemplates
public ArmTemplates armTemplates()
Gets the resource collection API of ArmTemplates.
Returns:
artifacts
public Artifacts artifacts()
Gets the resource collection API of Artifacts.
Returns:
artifactSources
public ArtifactSources artifactSources()
Gets the resource collection API of ArtifactSources. It manages ArtifactSource.
Returns:
authenticate
public static DevTestLabsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of DevTestLabs service API entry point.
Parameters:
Returns:
authenticate
public static DevTestLabsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DevTestLabs service API entry point.
Parameters:
Returns:
configure
public static DevTestLabsManager.Configurable configure()
Gets a Configurable instance that can be used to create DevTestLabsManager with optional configuration.
Returns:
costs
public Costs costs()
Gets the resource collection API of Costs. It manages LabCost.
Returns:
customImages
public CustomImages customImages()
Gets the resource collection API of CustomImages. It manages CustomImage.
Returns:
disks
public Disks disks()
Gets the resource collection API of Disks. It manages Disk.
Returns:
environments
public Environments environments()
Gets the resource collection API of Environments. It manages DtlEnvironment.
Returns:
formulas
public Formulas formulas()
Gets the resource collection API of Formulas. It manages Formula.
Returns:
galleryImages
public GalleryImages galleryImages()
Gets the resource collection API of GalleryImages.
Returns:
globalSchedules
public GlobalSchedules globalSchedules()
Gets the resource collection API of GlobalSchedules. It manages Schedule.
Returns:
labs
public Labs labs()
Gets the resource collection API of Labs. It manages Lab.
Returns:
notificationChannels
public NotificationChannels notificationChannels()
Gets the resource collection API of NotificationChannels. It manages NotificationChannel.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
policies
public Policies policies()
Gets the resource collection API of Policies. It manages Policy.
Returns:
policySets
public PolicySets policySets()
Gets the resource collection API of PolicySets.
Returns:
providerOperations
public ProviderOperations providerOperations()
Gets the resource collection API of ProviderOperations.
Returns:
schedules
public Schedules schedules()
Gets the resource collection API of Schedules.
Returns:
secrets
public Secrets secrets()
Gets the resource collection API of Secrets. It manages Secret.
Returns:
serviceClient
public DevTestLabsManagementClient serviceClient()
Gets wrapped service client DevTestLabsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
serviceFabrics
public ServiceFabrics serviceFabrics()
Gets the resource collection API of ServiceFabrics. It manages ServiceFabric.
Returns:
serviceFabricSchedules
public ServiceFabricSchedules serviceFabricSchedules()
Gets the resource collection API of ServiceFabricSchedules.
Returns:
serviceRunners
public ServiceRunners serviceRunners()
Gets the resource collection API of ServiceRunners. It manages ServiceRunner.
Returns:
users
public Users users()
Gets the resource collection API of Users. It manages User.
Returns:
virtualMachines
public VirtualMachines virtualMachines()
Gets the resource collection API of VirtualMachines. It manages LabVirtualMachine.
Returns:
virtualMachineSchedules
public VirtualMachineSchedules virtualMachineSchedules()
Gets the resource collection API of VirtualMachineSchedules.
Returns:
virtualNetworks
public VirtualNetworks virtualNetworks()
Gets the resource collection API of VirtualNetworks. It manages VirtualNetwork.
Returns: