DedicatedCloudServices Interface
public interface DedicatedCloudServices
Resource collection API of DedicatedCloudServices.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Dedicated |
| abstract void |
delete(String resourceGroupName, String dedicatedCloudServiceName, Context context)
Implements dedicated |
| abstract void |
deleteById(String id)
Implements dedicated |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Implements dedicated |
| abstract void |
deleteByResourceGroup(String resourceGroupName, String dedicatedCloudServiceName)
Implements dedicated |
|
abstract
Dedicated |
getById(String id)
Implements dedicated |
|
abstract
Response<Dedicated |
getByIdWithResponse(String id, Context context)
Implements dedicated |
|
abstract
Dedicated |
getByResourceGroup(String resourceGroupName, String dedicatedCloudServiceName)
Implements dedicated |
|
abstract
Response<Dedicated |
getByResourceGroupWithResponse(String resourceGroupName, String dedicatedCloudServiceName, Context context)
Implements dedicated |
|
abstract
Paged |
list()
Implements list of dedicated |
|
abstract
Paged |
list(String filter, Integer top, String skipToken, Context context)
Implements list of dedicated |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Implements list of dedicated |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName, String filter, Integer top, String skipToken, Context context)
Implements list of dedicated |
Method Details
define
public abstract DedicatedCloudService.DefinitionStages.Blank define(String name)
Begins definition for a new DedicatedCloudService resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String dedicatedCloudServiceName, Context context)
Implements dedicatedCloudService DELETE method Delete dedicate cloud service.
Parameters:
deleteById
public abstract void deleteById(String id)
Implements dedicatedCloudService DELETE method Delete dedicate cloud service.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Implements dedicatedCloudService DELETE method Delete dedicate cloud service.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String dedicatedCloudServiceName)
Implements dedicatedCloudService DELETE method Delete dedicate cloud service.
Parameters:
getById
public abstract DedicatedCloudService getById(String id)
Implements dedicatedCloudService GET method Returns Dedicate Cloud Service.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<DedicatedCloudService> getByIdWithResponse(String id, Context context)
Implements dedicatedCloudService GET method Returns Dedicate Cloud Service.
Parameters:
Returns:
getByResourceGroup
public abstract DedicatedCloudService getByResourceGroup(String resourceGroupName, String dedicatedCloudServiceName)
Implements dedicatedCloudService GET method Returns Dedicate Cloud Service.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DedicatedCloudService> getByResourceGroupWithResponse(String resourceGroupName, String dedicatedCloudServiceName, Context context)
Implements dedicatedCloudService GET method Returns Dedicate Cloud Service.
Parameters:
Returns:
list
public abstract PagedIterable<DedicatedCloudService> list()
Implements list of dedicatedCloudService objects within subscription method Returns list of dedicated cloud services within a subscription.
Returns:
list
public abstract PagedIterable<DedicatedCloudService> list(String filter, Integer top, String skipToken, Context context)
Implements list of dedicatedCloudService objects within subscription method Returns list of dedicated cloud services within a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DedicatedCloudService> listByResourceGroup(String resourceGroupName)
Implements list of dedicatedCloudService objects within RG method Returns list of dedicated cloud services within a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DedicatedCloudService> listByResourceGroup(String resourceGroupName, String filter, Integer top, String skipToken, Context context)
Implements list of dedicatedCloudService objects within RG method Returns list of dedicated cloud services within a resource group.
Parameters:
Returns: