CloudServiceManagementClient Interface

public interface CloudServiceManagementClient

The interface for CloudServiceManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract CloudServiceOperatingSystemsClient getCloudServiceOperatingSystems()

Gets the CloudServiceOperatingSystemsClient object to access its operations.

abstract CloudServiceRoleInstancesClient getCloudServiceRoleInstances()

Gets the CloudServiceRoleInstancesClient object to access its operations.

abstract CloudServiceRolesClient getCloudServiceRoles()

Gets the CloudServiceRolesClient object to access its operations.

abstract CloudServicesClient getCloudServices()

Gets the CloudServicesClient object to access its operations.

abstract CloudServicesUpdateDomainsClient getCloudServicesUpdateDomains()

Gets the CloudServicesUpdateDomainsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract String getSubscriptionId()

Gets Subscription credentials which uniquely identify Microsoft Azure subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getCloudServiceOperatingSystems

public abstract CloudServiceOperatingSystemsClient getCloudServiceOperatingSystems()

Gets the CloudServiceOperatingSystemsClient object to access its operations.

Returns:

the CloudServiceOperatingSystemsClient object.

getCloudServiceRoleInstances

public abstract CloudServiceRoleInstancesClient getCloudServiceRoleInstances()

Gets the CloudServiceRoleInstancesClient object to access its operations.

Returns:

the CloudServiceRoleInstancesClient object.

getCloudServiceRoles

public abstract CloudServiceRolesClient getCloudServiceRoles()

Gets the CloudServiceRolesClient object to access its operations.

Returns:

the CloudServiceRolesClient object.

getCloudServices

public abstract CloudServicesClient getCloudServices()

Gets the CloudServicesClient object to access its operations.

Returns:

the CloudServicesClient object.

getCloudServicesUpdateDomains

public abstract CloudServicesUpdateDomainsClient getCloudServicesUpdateDomains()

Gets the CloudServicesUpdateDomainsClient object to access its operations.

Returns:

the CloudServicesUpdateDomainsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Returns:

the subscriptionId value.

Applies to