RegulatoryComplianceStandards interface
Interface representing a RegulatoryComplianceStandards.
Methods
get(string, Regulatory |
Supported regulatory compliance details state for selected standard |
list(Regulatory |
Supported regulatory compliance standards details and state |
Method Details
get(string, RegulatoryComplianceStandardsGetOptionalParams)
Supported regulatory compliance details state for selected standard
function get(regulatoryComplianceStandardName: string, options?: RegulatoryComplianceStandardsGetOptionalParams): Promise<RegulatoryComplianceStandard>
Parameters
- regulatoryComplianceStandardName
-
string
Name of the regulatory compliance standard object
The options parameters.
Returns
Promise<RegulatoryComplianceStandard>
list(RegulatoryComplianceStandardsListOptionalParams)
Supported regulatory compliance standards details and state
function list(options?: RegulatoryComplianceStandardsListOptionalParams): PagedAsyncIterableIterator<RegulatoryComplianceStandard, RegulatoryComplianceStandard[], PageSettings>
Parameters
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