SecurityStandards Interface
public interface SecurityStandards
Resource collection API of SecurityStandards.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Security |
| abstract void |
deleteById(String id)
Delete a security standard over a given scope. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Delete a security standard over a given scope. |
| abstract void |
deleteByResourceGroup(String scope, String standardId)
Delete a security standard over a given scope. |
| abstract Response<Void> |
deleteByResourceGroupWithResponse(String scope, String standardId, Context context)
Delete a security standard over a given scope. |
|
abstract
Security |
get(String scope, String standardId)
Get a specific security standard for the requested scope by standard |
|
abstract
Security |
getById(String id)
Get a specific security standard for the requested scope by standard |
|
abstract
Response<Security |
getByIdWithResponse(String id, Context context)
Get a specific security standard for the requested scope by standard |
|
abstract
Response<Security |
getWithResponse(String scope, String standardId, Context context)
Get a specific security standard for the requested scope by standard |
|
abstract
Paged |
list(String scope)
Get a list of all relevant security standards over a scope. |
|
abstract
Paged |
list(String scope, Context context)
Get a list of all relevant security standards over a scope. |
Method Details
define
public abstract SecurityStandard.DefinitionStages.Blank define(String name)
Begins definition for a new SecurityStandard resource.
Parameters:
Returns:
deleteById
public abstract void deleteById(String id)
Delete a security standard over a given scope.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete a security standard over a given scope.
Parameters:
Returns:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String scope, String standardId)
Delete a security standard over a given scope.
Parameters:
deleteByResourceGroupWithResponse
public abstract Response<Void> deleteByResourceGroupWithResponse(String scope, String standardId, Context context)
Delete a security standard over a given scope.
Parameters:
Returns:
get
public abstract SecurityStandard get(String scope, String standardId)
Get a specific security standard for the requested scope by standardId.
Parameters:
Returns:
getById
public abstract SecurityStandard getById(String id)
Get a specific security standard for the requested scope by standardId.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SecurityStandard> getByIdWithResponse(String id, Context context)
Get a specific security standard for the requested scope by standardId.
Parameters:
Returns:
getWithResponse
public abstract Response<SecurityStandard> getWithResponse(String scope, String standardId, Context context)
Get a specific security standard for the requested scope by standardId.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityStandard> list(String scope)
Get a list of all relevant security standards over a scope.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityStandard> list(String scope, Context context)
Get a list of all relevant security standards over a scope.
Parameters:
Returns: