ManagedOps Interface
public interface ManagedOps
Resource collection API of ManagedOps.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Managed |
| abstract void |
delete(String managedOpsName)
Deletes the Managed |
| abstract void |
delete(String managedOpsName, Context context)
Deletes the Managed |
| abstract void |
deleteById(String id)
Deletes the Managed |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Deletes the Managed |
|
abstract
Managed |
get(String managedOpsName)
Gets the information of the Managed |
|
abstract
Managed |
getById(String id)
Gets the information of the Managed |
|
abstract
Response<Managed |
getByIdWithResponse(String id, Context context)
Gets the information of the Managed |
|
abstract
Response<Managed |
getWithResponse(String managedOpsName, Context context)
Gets the information of the Managed |
|
abstract
Paged |
list()
List all Managed |
|
abstract
Paged |
list(Context context)
List all Managed |
Method Details
define
public abstract ManagedOp.DefinitionStages.Blank define(String name)
Begins definition for a new ManagedOp resource.
Parameters:
Returns:
delete
public abstract void delete(String managedOpsName)
Deletes the ManagedOps instance.
Parameters:
delete
public abstract void delete(String managedOpsName, Context context)
Deletes the ManagedOps instance.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the ManagedOps instance.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes the ManagedOps instance.
Parameters:
get
public abstract ManagedOp get(String managedOpsName)
Gets the information of the ManagedOps instance.
Parameters:
Returns:
getById
public abstract ManagedOp getById(String id)
Gets the information of the ManagedOps instance.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ManagedOp> getByIdWithResponse(String id, Context context)
Gets the information of the ManagedOps instance.
Parameters:
Returns:
getWithResponse
public abstract Response<ManagedOp> getWithResponse(String managedOpsName, Context context)
Gets the information of the ManagedOps instance.
Parameters:
Returns:
list
public abstract PagedIterable<ManagedOp> list()
List all ManagedOps instances in the subscription.
Returns:
list
public abstract PagedIterable<ManagedOp> list(Context context)
List all ManagedOps instances in the subscription.
Parameters:
Returns: