Interface VirtualMachineScaleSet.UpdateStages.WithApplicationSecurityGroup

    • Method Detail

      • withExistingApplicationSecurityGroup

        VirtualMachineScaleSet.UpdateStages.WithApply withExistingApplicationSecurityGroup​(ApplicationSecurityGroup applicationSecurityGroup)
        Specifies that provided application security group should be associated with the virtual machine scale set.
        Parameters:
        applicationSecurityGroup - the application security group
        Returns:
        the next stage of the update
      • withExistingApplicationSecurityGroupId

        VirtualMachineScaleSet.UpdateStages.WithApply withExistingApplicationSecurityGroupId​(String applicationSecurityGroupId)
        Specifies that provided application security group should be associated with the virtual machine scale set.
        Parameters:
        applicationSecurityGroupId - the application security group id
        Returns:
        the next stage of the update
      • withoutApplicationSecurityGroup

        VirtualMachineScaleSet.UpdateStages.WithApply withoutApplicationSecurityGroup​(String applicationSecurityGroupId)
        Specifies that provided application security group should be removed from the virtual machine scale set.
        Parameters:
        applicationSecurityGroupId - the application security group id
        Returns:
        the next stage of the update