SecurityStandardsClient Interface
public interface SecurityStandardsClient
An instance of this class provides access to all the operations defined in SecurityStandardsClient.
Method Summary
Method Details
createOrUpdate
public abstract SecurityStandardInner createOrUpdate(String scope, String standardId, SecurityStandardInner standard)
Creates or updates a security standard over a given scope.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<SecurityStandardInner> createOrUpdateWithResponse(String scope, String standardId, SecurityStandardInner standard, Context context)
Creates or updates a security standard over a given scope.
Parameters:
Returns:
delete
public abstract void delete(String scope, String standardId)
Delete a security standard over a given scope.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String scope, String standardId, Context context)
Delete a security standard over a given scope.
Parameters:
Returns:
get
public abstract SecurityStandardInner get(String scope, String standardId)
Get a specific security standard for the requested scope by standardId.
Parameters:
Returns:
getWithResponse
public abstract Response<SecurityStandardInner> getWithResponse(String scope, String standardId, Context context)
Get a specific security standard for the requested scope by standardId.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityStandardInner> list(String scope)
Get a list of all relevant security standards over a scope.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityStandardInner> list(String scope, Context context)
Get a list of all relevant security standards over a scope.
Parameters:
Returns: