GuestConfigurationAssignmentsVmss interface
Interface representing a GuestConfigurationAssignmentsVmss.
Methods
create |
Creates an association between a VMSS and guest configuration |
delete(string, string, string, Guest |
Delete a guest configuration assignment for VMSS |
get(string, string, string, Guest |
Get information about a guest configuration assignment for VMSS |
list(string, string, Guest |
List all guest configuration assignments for VMSS. |
Method Details
createOrUpdate(string, string, string, GuestConfigurationAssignment, GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams)
Creates an association between a VMSS and guest configuration
function createOrUpdate(resourceGroupName: string, vmssName: string, name: string, parameters: GuestConfigurationAssignment, options?: GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams): Promise<GuestConfigurationAssignment>
Parameters
- resourceGroupName
-
string
The resource group name.
- vmssName
-
string
The name of the virtual machine scale set.
- name
-
string
Name of the guest configuration assignment.
- parameters
- GuestConfigurationAssignment
Parameters supplied to the create or update guest configuration assignment.
The options parameters.
Returns
Promise<GuestConfigurationAssignment>
delete(string, string, string, GuestConfigurationAssignmentsVmssDeleteOptionalParams)
Delete a guest configuration assignment for VMSS
function delete(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentsVmssDeleteOptionalParams): Promise<GuestConfigurationAssignment>
Parameters
- resourceGroupName
-
string
The resource group name.
- vmssName
-
string
The name of the virtual machine scale set.
- name
-
string
The guest configuration assignment name.
The options parameters.
Returns
Promise<GuestConfigurationAssignment>
get(string, string, string, GuestConfigurationAssignmentsVmssGetOptionalParams)
Get information about a guest configuration assignment for VMSS
function get(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentsVmssGetOptionalParams): Promise<GuestConfigurationAssignment>
Parameters
- resourceGroupName
-
string
The resource group name.
- vmssName
-
string
The name of the virtual machine scale set.
- name
-
string
The guest configuration assignment name.
The options parameters.
Returns
Promise<GuestConfigurationAssignment>
list(string, string, GuestConfigurationAssignmentsVmssListOptionalParams)
List all guest configuration assignments for VMSS.
function list(resourceGroupName: string, vmssName: string, options?: GuestConfigurationAssignmentsVmssListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment, GuestConfigurationAssignment[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- vmssName
-
string
The name of the virtual machine scale set.
The options parameters.
Returns
Azure SDK for JavaScript