Standards Interface
public interface Standards
Resource collection API of Standards.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Standard resource. |
| abstract void |
deleteById(String id)
Delete a security standard on a scope. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Delete a security standard on a scope. |
| abstract void |
deleteByResourceGroup(String resourceGroupName, String standardId)
Delete a security standard on a scope. |
| abstract Response<Void> |
deleteByResourceGroupWithResponse(String resourceGroupName, String standardId, Context context)
Delete a security standard on a scope. |
| abstract Standard |
getById(String id)
Get a specific security standard for the requested scope. |
| abstract Response<Standard> |
getByIdWithResponse(String id, Context context)
Get a specific security standard for the requested scope. |
| abstract Standard |
getByResourceGroup(String resourceGroupName, String standardId)
Get a specific security standard for the requested scope. |
| abstract Response<Standard> |
getByResourceGroupWithResponse(String resourceGroupName, String standardId, Context context)
Get a specific security standard for the requested scope. |
|
abstract
Paged |
list()
Get a list of all relevant security standards over a subscription level scope. |
|
abstract
Paged |
list(Context context)
Get a list of all relevant security standards over a subscription level scope. |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Get security standards on all your resources inside a scope. |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName, Context context)
Get security standards on all your resources inside a scope. |
Method Details
define
public abstract Standard.DefinitionStages.Blank define(String name)
Begins definition for a new Standard resource.
Parameters:
Returns:
deleteById
public abstract void deleteById(String id)
Delete a security standard on a scope.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete a security standard on a scope.
Parameters:
Returns:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String standardId)
Delete a security standard on a scope.
Parameters:
deleteByResourceGroupWithResponse
public abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String standardId, Context context)
Delete a security standard on a scope.
Parameters:
Returns:
getById
public abstract Standard getById(String id)
Get a specific security standard for the requested scope.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Standard> getByIdWithResponse(String id, Context context)
Get a specific security standard for the requested scope.
Parameters:
Returns:
getByResourceGroup
public abstract Standard getByResourceGroup(String resourceGroupName, String standardId)
Get a specific security standard for the requested scope.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<Standard> getByResourceGroupWithResponse(String resourceGroupName, String standardId, Context context)
Get a specific security standard for the requested scope.
Parameters:
Returns:
list
public abstract PagedIterable<Standard> list()
Get a list of all relevant security standards over a subscription level scope.
Returns:
list
public abstract PagedIterable<Standard> list(Context context)
Get a list of all relevant security standards over a subscription level scope.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<Standard> listByResourceGroup(String resourceGroupName)
Get security standards on all your resources inside a scope.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<Standard> listByResourceGroup(String resourceGroupName, Context context)
Get security standards on all your resources inside a scope.
Parameters:
Returns: