Share via


DevOpsInfrastructureManagementClient Interface

public interface DevOpsInfrastructureManagementClient

The interface for DevOpsInfrastructureManagementClient 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 Service host.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract ImageVersionsClient getImageVersions()

Gets the ImageVersionsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PoolsClient getPools()

Gets the PoolsClient object to access its operations.

abstract ResourceDetailsClient getResourceDetails()

Gets the ResourceDetailsClient object to access its operations.

abstract SkusClient getSkus()

Gets the SkusClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract SubscriptionUsagesClient getSubscriptionUsages()

Gets the SubscriptionUsagesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getImageVersions

public abstract ImageVersionsClient getImageVersions()

Gets the ImageVersionsClient object to access its operations.

Returns:

the ImageVersionsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPools

public abstract PoolsClient getPools()

Gets the PoolsClient object to access its operations.

Returns:

the PoolsClient object.

getResourceDetails

public abstract ResourceDetailsClient getResourceDetails()

Gets the ResourceDetailsClient object to access its operations.

Returns:

the ResourceDetailsClient object.

getSkus

public abstract SkusClient getSkus()

Gets the SkusClient object to access its operations.

Returns:

the SkusClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getSubscriptionUsages

public abstract SubscriptionUsagesClient getSubscriptionUsages()

Gets the SubscriptionUsagesClient object to access its operations.

Returns:

the SubscriptionUsagesClient object.

Applies to