AdaptiveApplicationControls interface
Interface representing a AdaptiveApplicationControls.
Methods
delete(string, string, Adaptive |
Delete an application control machine group |
get(string, string, Adaptive |
Gets an application control VM/server group. |
list(Adaptive |
Gets a list of application control machine groups for the subscription. |
put(string, string, Adaptive |
Update an application control machine group |
Method Details
delete(string, string, AdaptiveApplicationControlsDeleteOptionalParams)
Delete an application control machine group
function delete(ascLocation: string, groupName: string, options?: AdaptiveApplicationControlsDeleteOptionalParams): Promise<void>
Parameters
- ascLocation
-
string
The location where ASC stores the data of the subscription. can be retrieved from Get locations
- groupName
-
string
Name of an application control machine group
The options parameters.
Returns
Promise<void>
get(string, string, AdaptiveApplicationControlsGetOptionalParams)
Gets an application control VM/server group.
function get(ascLocation: string, groupName: string, options?: AdaptiveApplicationControlsGetOptionalParams): Promise<AdaptiveApplicationControlGroup>
Parameters
- ascLocation
-
string
The location where ASC stores the data of the subscription. can be retrieved from Get locations
- groupName
-
string
Name of an application control machine group
The options parameters.
Returns
Promise<AdaptiveApplicationControlGroup>
list(AdaptiveApplicationControlsListOptionalParams)
Gets a list of application control machine groups for the subscription.
function list(options?: AdaptiveApplicationControlsListOptionalParams): Promise<AdaptiveApplicationControlGroups>
Parameters
The options parameters.
Returns
Promise<AdaptiveApplicationControlGroups>
put(string, string, AdaptiveApplicationControlGroup, AdaptiveApplicationControlsPutOptionalParams)
Update an application control machine group
function put(ascLocation: string, groupName: string, body: AdaptiveApplicationControlGroup, options?: AdaptiveApplicationControlsPutOptionalParams): Promise<AdaptiveApplicationControlGroup>
Parameters
- ascLocation
-
string
The location where ASC stores the data of the subscription. can be retrieved from Get locations
- groupName
-
string
Name of an application control machine group
The options parameters.
Returns
Promise<AdaptiveApplicationControlGroup>