DevOpsInfrastructureClient Interface
public interface DevOpsInfrastructureClient
The interface for DevOpsInfrastructureClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Version parameter. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets Server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Image |
getImageVersions()
Gets the Image |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Pools |
getPools()
Gets the Pools |
|
abstract
Resource |
getResourceDetails()
Gets the Resource |
|
abstract
Skus |
getSkus()
Gets the Skus |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Subscription |
getSubscriptionUsages()
Gets the Subscription |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getImageVersions
public abstract ImageVersionsClient getImageVersions()
Gets the ImageVersionsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPools
public abstract PoolsClient getPools()
Gets the PoolsClient object to access its operations.
Returns:
getResourceDetails
public abstract ResourceDetailsClient getResourceDetails()
Gets the ResourceDetailsClient object to access its operations.
Returns:
getSkus
public abstract SkusClient getSkus()
Gets the SkusClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getSubscriptionUsages
public abstract SubscriptionUsagesClient getSubscriptionUsages()
Gets the SubscriptionUsagesClient object to access its operations.
Returns: