RegulatoryComplianceControls interface
Interface representing a RegulatoryComplianceControls.
Methods
get(string, string, Regulatory |
Selected regulatory compliance control details and state |
list(string, Regulatory |
All supported regulatory compliance controls details and state for selected standard |
Method Details
get(string, string, RegulatoryComplianceControlsGetOptionalParams)
Selected regulatory compliance control details and state
function get(regulatoryComplianceStandardName: string, regulatoryComplianceControlName: string, options?: RegulatoryComplianceControlsGetOptionalParams): Promise<RegulatoryComplianceControl>
Parameters
- regulatoryComplianceStandardName
-
string
Name of the regulatory compliance standard object
- regulatoryComplianceControlName
-
string
Name of the regulatory compliance control object
The options parameters.
Returns
Promise<RegulatoryComplianceControl>
list(string, RegulatoryComplianceControlsListOptionalParams)
All supported regulatory compliance controls details and state for selected standard
function list(regulatoryComplianceStandardName: string, options?: RegulatoryComplianceControlsListOptionalParams): PagedAsyncIterableIterator<RegulatoryComplianceControl, RegulatoryComplianceControl[], PageSettings>
Parameters
- regulatoryComplianceStandardName
-
string
Name of the regulatory compliance standard object
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript