DevTestLabsClient Interface
public interface DevTestLabsClient
The interface for DevTestLabsClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Arm |
getArmTemplates()
Gets the Arm |
|
abstract
Artifacts |
getArtifacts()
Gets the Artifacts |
|
abstract
Artifact |
getArtifactSources()
Gets the Artifact |
|
abstract
Costs |
getCosts()
Gets the Costs |
|
abstract
Custom |
getCustomImages()
Gets the Custom |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Disks |
getDisks()
Gets the Disks |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Environments |
getEnvironments()
Gets the Environments |
|
abstract
Formulas |
getFormulas()
Gets the Formulas |
|
abstract
Gallery |
getGalleryImages()
Gets the Gallery |
|
abstract
Global |
getGlobalSchedules()
Gets the Global |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Labs |
getLabs()
Gets the Labs |
|
abstract
Notification |
getNotificationChannels()
Gets the Notification |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Policies |
getPolicies()
Gets the Policies |
|
abstract
Policy |
getPolicySets()
Gets the Policy |
|
abstract
Provider |
getProviderOperations()
Gets the Provider |
|
abstract
Schedules |
getSchedules()
Gets the Schedules |
|
abstract
Secrets |
getSecrets()
Gets the Secrets |
|
abstract
Service |
getServiceFabrics()
Gets the Service |
|
abstract
Service |
getServiceFabricSchedules()
Gets the Service |
|
abstract
Service |
getServiceRunners()
Gets the Service |
| abstract String |
getSubscriptionId()
Gets The subscription ID. |
|
abstract
Users |
getUsers()
Gets the Users |
|
abstract
Virtual |
getVirtualMachines()
Gets the Virtual |
|
abstract
Virtual |
getVirtualMachineSchedules()
Gets the Virtual |
|
abstract
Virtual |
getVirtualNetworks()
Gets the Virtual |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getArmTemplates
public abstract ArmTemplatesClient getArmTemplates()
Gets the ArmTemplatesClient object to access its operations.
Returns:
getArtifacts
public abstract ArtifactsClient getArtifacts()
Gets the ArtifactsClient object to access its operations.
Returns:
getArtifactSources
public abstract ArtifactSourcesClient getArtifactSources()
Gets the ArtifactSourcesClient object to access its operations.
Returns:
getCosts
public abstract CostsClient getCosts()
Gets the CostsClient object to access its operations.
Returns:
getCustomImages
public abstract CustomImagesClient getCustomImages()
Gets the CustomImagesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDisks
public abstract DisksClient getDisks()
Gets the DisksClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEnvironments
public abstract EnvironmentsClient getEnvironments()
Gets the EnvironmentsClient object to access its operations.
Returns:
getFormulas
public abstract FormulasClient getFormulas()
Gets the FormulasClient object to access its operations.
Returns:
getGalleryImages
public abstract GalleryImagesClient getGalleryImages()
Gets the GalleryImagesClient object to access its operations.
Returns:
getGlobalSchedules
public abstract GlobalSchedulesClient getGlobalSchedules()
Gets the GlobalSchedulesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLabs
public abstract LabsClient getLabs()
Gets the LabsClient object to access its operations.
Returns:
getNotificationChannels
public abstract NotificationChannelsClient getNotificationChannels()
Gets the NotificationChannelsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPolicies
public abstract PoliciesClient getPolicies()
Gets the PoliciesClient object to access its operations.
Returns:
getPolicySets
public abstract PolicySetsClient getPolicySets()
Gets the PolicySetsClient object to access its operations.
Returns:
getProviderOperations
public abstract ProviderOperationsClient getProviderOperations()
Gets the ProviderOperationsClient object to access its operations.
Returns:
getSchedules
public abstract SchedulesClient getSchedules()
Gets the SchedulesClient object to access its operations.
Returns:
getSecrets
public abstract SecretsClient getSecrets()
Gets the SecretsClient object to access its operations.
Returns:
getServiceFabrics
public abstract ServiceFabricsClient getServiceFabrics()
Gets the ServiceFabricsClient object to access its operations.
Returns:
getServiceFabricSchedules
public abstract ServiceFabricSchedulesClient getServiceFabricSchedules()
Gets the ServiceFabricSchedulesClient object to access its operations.
Returns:
getServiceRunners
public abstract ServiceRunnersClient getServiceRunners()
Gets the ServiceRunnersClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The subscription ID.
Returns:
getUsers
public abstract UsersClient getUsers()
Gets the UsersClient object to access its operations.
Returns:
getVirtualMachines
public abstract VirtualMachinesClient getVirtualMachines()
Gets the VirtualMachinesClient object to access its operations.
Returns:
getVirtualMachineSchedules
public abstract VirtualMachineSchedulesClient getVirtualMachineSchedules()
Gets the VirtualMachineSchedulesClient object to access its operations.
Returns:
getVirtualNetworks
public abstract VirtualNetworksClient getVirtualNetworks()
Gets the VirtualNetworksClient object to access its operations.
Returns: