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
Cloud |
getCloudServiceOperatingSystems()
Gets the Cloud |
|
abstract
Cloud |
getCloudServiceRoleInstances()
Gets the Cloud |
|
abstract
Cloud |
getCloudServiceRoles()
Gets the Cloud |
|
abstract
Cloud |
getCloudServices()
Gets the Cloud |
|
abstract
Cloud |
getCloudServicesUpdateDomains()
Gets the Cloud |
| 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 String |
getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getCloudServiceOperatingSystems
public abstract CloudServiceOperatingSystemsClient getCloudServiceOperatingSystems()
Gets the CloudServiceOperatingSystemsClient object to access its operations.
Returns:
getCloudServiceRoleInstances
public abstract CloudServiceRoleInstancesClient getCloudServiceRoleInstances()
Gets the CloudServiceRoleInstancesClient object to access its operations.
Returns:
getCloudServiceRoles
public abstract CloudServiceRolesClient getCloudServiceRoles()
Gets the CloudServiceRolesClient object to access its operations.
Returns:
getCloudServices
public abstract CloudServicesClient getCloudServices()
Gets the CloudServicesClient object to access its operations.
Returns:
getCloudServicesUpdateDomains
public abstract CloudServicesUpdateDomainsClient getCloudServicesUpdateDomains()
Gets the CloudServicesUpdateDomainsClient object to access its operations.
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:
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: