Datastores Interface
public interface Datastores
Resource collection API of Datastores.
Method Summary
Method Details
define
public abstract Datastore.DefinitionStages.Blank define(String name)
Begins definition for a new Datastore resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String datastoreName)
Deletes an datastore.
Implements datastore DELETE method.
Parameters:
delete
public abstract void delete(String resourceGroupName, String datastoreName, Boolean force)
Deletes an datastore.
Implements datastore DELETE method.
Parameters:
delete
public abstract void delete(String resourceGroupName, String datastoreName, Boolean force, Context context)
Deletes an datastore.
Implements datastore DELETE method.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes an datastore.
Implements datastore DELETE method.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Boolean force, Context context)
Deletes an datastore.
Implements datastore DELETE method.
Parameters:
getById
public abstract Datastore getById(String id)
Gets a datastore.
Implements datastore GET method.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Datastore> getByIdWithResponse(String id, Context context)
Gets a datastore.
Implements datastore GET method.
Parameters:
Returns:
getByResourceGroup
public abstract Datastore getByResourceGroup(String resourceGroupName, String datastoreName)
Gets a datastore.
Implements datastore GET method.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<Datastore> getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)
Gets a datastore.
Implements datastore GET method.
Parameters:
Returns:
list
public abstract PagedIterable<Datastore> list()
Implements GET datastores in a subscription.
List of datastores in a subscription.
Returns:
list
public abstract PagedIterable<Datastore> list(Context context)
Implements GET datastores in a subscription.
List of datastores in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<Datastore> listByResourceGroup(String resourceGroupName)
Implements GET datastores in a resource group.
List of datastores in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<Datastore> listByResourceGroup(String resourceGroupName, Context context)
Implements GET datastores in a resource group.
List of datastores in a resource group.
Parameters:
Returns: